COLOR #BBCF72

HEX: #BBCF72
RGB: (187,207,114)

Color info

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

RGB color model

#BBCF72 color RGB value is (187,207,114).

  • red value is 187;
  • green value is 207;
  • blue value is 114.
RGB:
(187,207,114)
(73%,81%,45%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 114 of 255 = 45%

187
207
114

R + G + B ~ 66%. #BBCF72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 207 + 114 = 508 (100%)
R 187 of 508 ~ 36.81%
G 207 of 508 ~ 40.75%
B 114 of 508 ~ 22.44%

%36.81
%40.75
%22.44

CMYK color model

#BBCF72 color CMYK value is (10,0,45,19).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 44.93%
  • key color value is 18.82%
CMYK:
(10,0,45,19)
C10M0Y45K19 
(10%,0%,45%,19%)
(0.10/0.00/0.45/0.19)	

CMYK percentages

%9.66
%0
%44.93
%18.82

Codes

Color #BBCF72 in popluar color models

BBCF72
RGB187207114
HSL73°49.21%62.94%
HSB/HSV73°44.93%81.18%
CMYK9.66%0.00%44.93%
18.82%

Color #BBCF72 in popluar number systems.

HEXBBCF72
Decimal187207114
Binary10111011110011111110010
Octal273317162

Shades and tints

Shades of #BBCF72

#BBCF72
(187,207,114)
#AABD68
(170,189,104)
#99AB5E
(153,171,94)
#889954
(136,153,84)
#77874A
(119,135,74)
#667540
(102,117,64)
#556336
(85,99,54)
#44512C
(68,81,44)
#333F22
(51,63,34)
#222D18
(34,45,24)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #BBCF72

#BBCF72
(187,207,114)
#C1D37E
(193,211,126)
#C7D78A
(199,215,138)
#CDDB96
(205,219,150)
#D3DFA2
(211,223,162)
#D9E3AE
(217,227,174)
#DFE7BA
(223,231,186)
#E5EBC6
(229,235,198)
#EBEFD2
(235,239,210)
#F1F3DE
(241,243,222)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCF72 color. Also use rgb(187,207,114) instead hex code.

Text Font Color

.myTextColor { color: #BBCF72; }

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

This text font color is #BBCF72.


Background Color

.myBgColor { background-color: #BBCF72; }

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

This div background color is #BBCF72.


Border color

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

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

This div border color is #BBCF72.


Opacity

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

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

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

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

This text has shadow with #BBCF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCF72 on black background.


Color preview on white background

This text has color #BBCF72 on white background.



Black color preview on #BBCF72 background

This text has black color on #BBCF72 background.


White color preview on #BBCF72 background

This text has white color on #BBCF72 background.