COLOR #BBBD78

HEX: #BBBD78 RGB: (187,189,120)

Color info

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

RGB color model

#BBBD78 color RGB value is (187,189,120).

RGB: (187,189,120) (73%, 74%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 189 of 255 = 74%
B 120 of 255 = 47%

187
189
120

R + G + B ~ 65%. #BBBD78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 189 + 120 = 496 (100%)
R 187 of 496 ~ 37.7%
G 189 of 496 ~ 38.1%
B 120 of 496 ~ 24.19'%

%37.7
%38.1
%24.19

CMYK color model

#BBBD78 color CMYK value is (1,0,37,26).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 25.88%

CMYK: (1,0,37,26)
C1M0Y37K26 (1%, 0%, 37%, 26%)
(0.01 / 0.00 / 0.37 / 0.26)

CMYK percentages

%1.06
%0
%36.51
%25.88

Codes

Color #BBBD78 in popluar color models

BB BD 78
RGB 187 189 120
HSL 62° 34.33% 60.59%
HSB/HSV 62° 36.51% 74.12%
CMYK 1.06% 0.00% 36.51%
25.88%

Color #BBBD78 in popluar number systems.

HEX BB BD 78
Decimal 187 189 120
Binary 10111011 10111101 1111000
Octal 273 275 170

Shades and tints

Shades of #BBBD78

#BBBD78
(187,189,120)
#AAAC6E
(170,172,110)
#999B64
(153,155,100)
#888A5A
(136,138,90)
#777950
(119,121,80)
#666846
(102,104,70)
#55573C
(85,87,60)
#444632
(68,70,50)
#333528
(51,53,40)
#22241E
(34,36,30)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BBBD78

#BBBD78
(187,189,120)
#C1C384
(193,195,132)
#C7C990
(199,201,144)
#CDCF9C
(205,207,156)
#D3D5A8
(211,213,168)
#D9DBB4
(217,219,180)
#DFE1C0
(223,225,192)
#E5E7CC
(229,231,204)
#EBEDD8
(235,237,216)
#F1F3E4
(241,243,228)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBD78 color. Also use rgb(187,189,120) instead hex code.

Text Font Color

.myTextColor { color: #BBBD78; }

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

This text font color is #BBBD78.

Background Color

.myBgColor { background-color: #BBBD78; }

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

This div background color is #BBBD78.

Border color

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

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

This div border color is #BBBD78.

Opacity

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

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

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

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

This text has shadow with #BBBD78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBD78.

Preview

Color preview on black background

This text has color #BBBD78 on black background.


Color preview on white background

This text has color #BBBD78 on white background.


Black color preview on #BBBD78 background

This text has black color on #BBBD78 background.


White color preview on #BBBD78 background

This text has white color on #BBBD78 background.


Related colors

Complementary color

Complementary color for #hex is #444287.


I love getcolorcode.com

Triadic colors

1 #78BBBD and #BD78BB with #BBBD78 are triadic colors.

2 #78BDBB and #BDBB78 with #BBBD78 are triadic colors.