COLOR #BBBF73

HEX: #BBBF73 RGB: (187,191,115)

Color info

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

RGB color model

#BBBF73 color RGB value is (187,191,115).

RGB: (187,191,115) (73%, 75%, 45%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 115 of 255 = 45%

187
191
115

R + G + B ~ 64%. #BBBF73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 191 + 115 = 493 (100%)
R 187 of 493 ~ 37.93%
G 191 of 493 ~ 38.74%
B 115 of 493 ~ 23.33'%

%37.93
%38.74
%23.33

CMYK color model

#BBBF73 color CMYK value is (2,0,40,25).

  • cyan value is 2.09%
  • magenta value is 0.00%
  • yellow value is 39.79%
  • key color value is 25.10%
CMYK: (2,0,40,25) C2M0Y40K25 (2%,0%,40%,25%) (0.02/0.00/0.40/0.25) 

CMYK percentages

%2.09
%0
%39.79
%25.1

Codes

Color #BBBF73 in popluar color models

BB BF 73
RGB 187 191 115
HSL 63° 37.25% 60.00%
HSB/HSV 63° 39.79% 74.90%
CMYK 2.09% 0.00% 39.79%
25.10%

Color #BBBF73 in popluar number systems.

HEX BB BF 73
Decimal 187 191 115
Binary 10111011 10111111 1110011
Octal 273 277 163

Shades and tints

Shades of #BBBF73

#BBBF73
(187,191,115)
#AAAE69
(170,174,105)
#999D5F
(153,157,95)
#888C55
(136,140,85)
#777B4B
(119,123,75)
#666A41
(102,106,65)
#555937
(85,89,55)
#44482D
(68,72,45)
#333723
(51,55,35)
#222619
(34,38,25)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #BBBF73

#BBBF73
(187,191,115)
#C1C47F
(193,196,127)
#C7C98B
(199,201,139)
#CDCE97
(205,206,151)
#D3D3A3
(211,211,163)
#D9D8AF
(217,216,175)
#DFDDBB
(223,221,187)
#E5E2C7
(229,226,199)
#EBE7D3
(235,231,211)
#F1ECDF
(241,236,223)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBF73 color. Also use rgb(187,191,115) instead hex code.

Text Font Color

.myTextColor { color: #BBBF73; }

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

This text font color is #BBBF73.

Background Color

.myBgColor { background-color: #BBBF73; }

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

This div background color is #BBBF73.

Border color

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

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

This div border color is #BBBF73.

Opacity

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

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

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

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

This text has shadow with #BBBF73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBF73.

Preview

Color preview on black background

This text has color #BBBF73 on black background.


Color preview on white background

This text has color #BBBF73 on white background.


Black color preview on #BBBF73 background

This text has black color on #BBBF73 background.


White color preview on #BBBF73 background

This text has white color on #BBBF73 background.


Related colors

Complementary color

Complementary color for #hex is #44408C.


I love getcolorcode.com

Triadic colors

1 #73BBBF and #BF73BB with #BBBF73 are triadic colors.

2 #73BFBB and #BFBB73 with #BBBF73 are triadic colors.