COLOR #BBA514

HEX: #BBA514
RGB: (187,165,20)

Color info

#BBA514 contains mainly red and green colors. Web safe color of #BBA514 is #CC9900 (or #C90).

RGB color model

#BBA514 color RGB value is (187,165,20).

  • red value is 187;
  • green value is 165;
  • blue value is 20.
RGB:
(187,165,20)
(73%,65%,8%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 20 of 255 = 8%

187
165
20

R + G + B ~ 49%. #BBA514 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 20 = 372 (100%)
R 187 of 372 ~ 50.27%
G 165 of 372 ~ 44.35%
B 20 of 372 ~ 5.38%

%50.27
%44.35

CMYK color model

#BBA514 color CMYK value is (0,12,89,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 89.30%
  • key color value is 26.67%
CMYK:
(0,12,89,27)
C0M12Y89K27 
(0%,12%,89%,27%)
(0.00/0.12/0.89/0.27)	

CMYK percentages

%0
%11.76
%89.3
%26.67

Codes

Color #BBA514 in popluar color models

BBA514
RGB18716520
HSL52°80.68%40.59%
HSB/HSV52°89.30%73.33%
CMYK0.00%11.76%89.30%
26.67%

Color #BBA514 in popluar number systems.

HEXBBA514
Decimal18716520
Binary101110111010010110100
Octal27324524

Shades and tints

Shades of #BBA514

#BBA514
(187,165,20)
#AA9613
(170,150,19)
#998712
(153,135,18)
#887811
(136,120,17)
#776910
(119,105,16)
#665A0F
(102,90,15)
#554B0E
(85,75,14)
#443C0D
(68,60,13)
#332D0C
(51,45,12)
#221E0B
(34,30,11)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #BBA514

#BBA514
(187,165,20)
#C1AD29
(193,173,41)
#C7B53E
(199,181,62)
#CDBD53
(205,189,83)
#D3C568
(211,197,104)
#D9CD7D
(217,205,125)
#DFD592
(223,213,146)
#E5DDA7
(229,221,167)
#EBE5BC
(235,229,188)
#F1EDD1
(241,237,209)
#F7F5E6
(247,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA514 color. Also use rgb(187,165,20) instead hex code.

Text Font Color

.myTextColor { color: #BBA514; }

<p style="color:#BBA514">This sample text font color is #BBA514.</p>

This text font color is #BBA514.


Background Color

.myBgColor { background-color: #BBA514; }

<div style="background-color:#BBA514">Inner text</div>

This div background color is #BBA514.


Border color

.myBorderColor { border: 1px solid #BBA514; }

<div style="border:3px solid #BBA514">Div</div>

This div border color is #BBA514.


Opacity

.myOpacity80 { color: #BBA514; opacity: 0.8; }

<p style="color:#BBA514;opacity:0.8;">80%</p>

Text with #BBA514 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBA514;}

<p style="text-shadow: 3px 3px 1px #BBA514">Text here.</p>

This text has shadow with #BBA514 color.

.textShadow {text-shadow: 3px 3px 1px #BBA514, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBA514, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBA514 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBA514, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBA514, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBA514 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBA514;
  -webkit-box-shadow:	1px 1px 3px 2px #BBA514;
  box-shadow:		1px 1px 3px 2px #BBA514;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBA514;
-webkit-box-shadow: 1px 1px 3px 2px #BBA514;
box-shadow:1px 1px 3px 2px #BBA514;">
Div content here</div>
This div box has shadow with color #BBA514.

Preview

Color preview on black background

This text has color #BBA514 on black background.


Color preview on white background

This text has color #BBA514 on white background.



Black color preview on #BBA514 background

This text has black color on #BBA514 background.


White color preview on #BBA514 background

This text has white color on #BBA514 background.