COLOR #BBA325

HEX: #BBA325
RGB: (187,163,37)

Color info

#BBA325 contains mainly red and green colors. Web safe color of #BBA325 is #CC9933 (or #C93).

RGB color model

#BBA325 color RGB value is (187,163,37).

  • red value is 187;
  • green value is 163;
  • blue value is 37.
RGB:
(187,163,37)
(73%,64%,15%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 37 of 255 = 15%

187
163
37

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

Portions of RGB colors in percentages

R + G + B =
187 + 163 + 37 = 387 (100%)
R 187 of 387 ~ 48.32%
G 163 of 387 ~ 42.12%
B 37 of 387 ~ 9.56%

%48.32
%42.12
%9.56

CMYK color model

#BBA325 color CMYK value is (0,13,80,27).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 80.21%
  • key color value is 26.67%
CMYK:
(0,13,80,27)
C0M13Y80K27 
(0%,13%,80%,27%)
(0.00/0.13/0.80/0.27)	

CMYK percentages

%0
%12.83
%80.21
%26.67

Codes

Color #BBA325 in popluar color models

BBA325
RGB18716337
HSL50°66.96%43.92%
HSB/HSV50°80.21%73.33%
CMYK0.00%12.83%80.21%
26.67%

Color #BBA325 in popluar number systems.

HEXBBA325
Decimal18716337
Binary1011101110100011100101
Octal27324345

Shades and tints

Shades of #BBA325

#BBA325
(187,163,37)
#AA9522
(170,149,34)
#99871F
(153,135,31)
#88791C
(136,121,28)
#776B19
(119,107,25)
#665D16
(102,93,22)
#554F13
(85,79,19)
#444110
(68,65,16)
#33330D
(51,51,13)
#22250A
(34,37,10)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #BBA325

#BBA325
(187,163,37)
#C1AB38
(193,171,56)
#C7B34B
(199,179,75)
#CDBB5E
(205,187,94)
#D3C371
(211,195,113)
#D9CB84
(217,203,132)
#DFD397
(223,211,151)
#E5DBAA
(229,219,170)
#EBE3BD
(235,227,189)
#F1EBD0
(241,235,208)
#F7F3E3
(247,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA325 color. Also use rgb(187,163,37) instead hex code.

Text Font Color

.myTextColor { color: #BBA325; }

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

This text font color is #BBA325.


Background Color

.myBgColor { background-color: #BBA325; }

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

This div background color is #BBA325.


Border color

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

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

This div border color is #BBA325.


Opacity

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

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

Text with #BBA325 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 #BBA325;}

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

This text has shadow with #BBA325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA325 on black background.


Color preview on white background

This text has color #BBA325 on white background.



Black color preview on #BBA325 background

This text has black color on #BBA325 background.


White color preview on #BBA325 background

This text has white color on #BBA325 background.