COLOR #BBBA63

HEX: #BBBA63 RGB: (187,186,99)

Color info

#BBBA63 contains mainly red and green colors. Web safe color of #BBBA63 is #CCCC66 (or #CC6).

RGB color model

#BBBA63 color RGB value is (187,186,99).

RGB: (187,186,99) (73%, 73%, 39%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 99 of 255 = 39%

187
186
99

R + G + B ~ 62%. #BBBA63 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 186 + 99 = 472 (100%)
R 187 of 472 ~ 39.62%
G 186 of 472 ~ 39.41%
B 99 of 472 ~ 20.97'%

%39.62
%39.41
%20.97

CMYK color model

#BBBA63 color CMYK value is (0,1,47,27).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 47.06%
  • key color value is 26.67%
CMYK: (0,1,47,27) C0M1Y47K27 (0%,1%,47%,27%) (0.00/0.01/0.47/0.27) 

CMYK percentages

%0
%0.53
%47.06
%26.67

Codes

Color #BBBA63 in popluar color models

BB BA 63
RGB 187 186 99
HSL 59° 39.29% 56.08%
HSB/HSV 59° 47.06% 73.33%
CMYK 0.00% 0.53% 47.06%
26.67%

Color #BBBA63 in popluar number systems.

HEX BB BA 63
Decimal 187 186 99
Binary 10111011 10111010 1100011
Octal 273 272 143

Shades and tints

Shades of #BBBA63

#BBBA63
(187,186,99)
#AAAA5A
(170,170,90)
#999A51
(153,154,81)
#888A48
(136,138,72)
#777A3F
(119,122,63)
#666A36
(102,106,54)
#555A2D
(85,90,45)
#444A24
(68,74,36)
#333A1B
(51,58,27)
#222A12
(34,42,18)
#111A09
(17,26,9)
#000000
(0,0,0)

Tints of #BBBA63

#BBBA63
(187,186,99)
#C1C071
(193,192,113)
#C7C67F
(199,198,127)
#CDCC8D
(205,204,141)
#D3D29B
(211,210,155)
#D9D8A9
(217,216,169)
#DFDEB7
(223,222,183)
#E5E4C5
(229,228,197)
#EBEAD3
(235,234,211)
#F1F0E1
(241,240,225)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBA63 color. Also use rgb(187,186,99) instead hex code.

Text Font Color

.myTextColor { color: #BBBA63; }

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

This text font color is #BBBA63.

Background Color

.myBgColor { background-color: #BBBA63; }

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

This div background color is #BBBA63.

Border color

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

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

This div border color is #BBBA63.

Opacity

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

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

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

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

This text has shadow with #BBBA63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBA63.

Preview

Color preview on black background

This text has color #BBBA63 on black background.


Color preview on white background

This text has color #BBBA63 on white background.


Black color preview on #BBBA63 background

This text has black color on #BBBA63 background.


White color preview on #BBBA63 background

This text has white color on #BBBA63 background.


Related colors

Complementary color

Complementary color for #hex is #44459C.


I love getcolorcode.com

Triadic colors

1 #63BBBA and #BA63BB with #BBBA63 are triadic colors.

2 #63BABB and #BABB63 with #BBBA63 are triadic colors.