Color Hex Logo

#bbc072 Color Hex

#BBC072
(187,192,114)
0 Favorites   0 Comments

Color spaces of #bbc072

RGB 187192114
HSL0.180.380.60
HSV64°41°75°
CMYK 0.030.000.41   0.25
XYZ42.380449.479023.2363
Yxy49.47900.36820.4299
Hunter Lab70.3413-15.551729.6533
CIE-Lab75.7484-13.482738.6691

#bbc072 color RGB value is (187,192,114).

#bbc072 hex color red value is 187, green value is 192 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bbc072 hue: 0.18 , saturation: 0.38 and the lightness value of bbc072 is 0.60.

The process color (four color CMYK) of #bbc072 color hex is 0.03, 0.00, 0.41, 0.25. Web safe color of #bbc072 is #cccc66. Color #bbc072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 01110010
Octal 273 300 162
Decimal 187 192 114
Hex BB C0 72

RGB Percentages of Color #bbc072

%37.93
%38.95
%23.12

CMYK Percentages of Color #bbc072

%3
%0
%41
%25

Triadic Colors of #bbc072

#bbc072 #72bbc0 #c072bb

Analogous Colors of #bbc072

#bbc072 #94c072 #c09e72

Monochromatic Colors of #bbc072

#bbc072

Complementary Color

#bbc072 #7772c0

#bbc072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc072 Color CSS Codes

.mybgcolor {background-color:#bbc072; } 
.myforecolor {color:#bbc072; }
.mybordercolor {border:3px solid #bbc072; }

#bbc072 Text Font Color

<p style="color:#bbc072">Text here</p>

This sample text font color is #bbc072
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc072 Background Color

<div style="background-color:#bbc072">
Div content here</div>

This div background color is #bbc072


#bbc072 Border Color

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

This div border color is #bbc072


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,192,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc072; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc072;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc072;
  box-shadow:         1px 1px 3px 2px #bbc072; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,192,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc072">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc072;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc072;
  box-shadow:         1px 1px 3px 2px #bbc072;">
Div content here</div>

This div box has shadow with color #bbc072


Comments

No comments written yet.

Please login to write comment.