Color Hex Logo

#bbc673 Color Hex

#BBC673
(187,198,115)
0 Favorites   0 Comments

Color spaces of #bbc673

RGB 187198115
HSL0.190.420.61
HSV68°42°78°
CMYK 0.060.000.42   0.22
XYZ43.782152.190823.9859
Yxy52.19080.36500.4351
Hunter Lab72.2432-18.247930.8850
CIE-Lab77.3948-16.413740.2361

#bbc673 color RGB value is (187,198,115).

#bbc673 hex color red value is 187, green value is 198 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bbc673 hue: 0.19 , saturation: 0.42 and the lightness value of bbc673 is 0.61.

The process color (four color CMYK) of #bbc673 color hex is 0.06, 0.00, 0.42, 0.22. Web safe color of #bbc673 is #cccc66. Color #bbc673 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 01110011
Octal 273 306 163
Decimal 187 198 115
Hex BB C6 73

RGB Percentages of Color #bbc673

%37.40
%39.60
%23.00

CMYK Percentages of Color #bbc673

%6
%0
%42
%22

Triadic Colors of #bbc673

#bbc673 #73bbc6 #c673bb

Analogous Colors of #bbc673

#bbc673 #92c673 #c6a873

Monochromatic Colors of #bbc673

#bbc673

Complementary Color

#bbc673 #7e73c6

#bbc673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc673 Color CSS Codes

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

#bbc673 Text Font Color

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

This sample text font color is #bbc673
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.


#bbc673 Background Color

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

This div background color is #bbc673


#bbc673 Border Color

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

This div border color is #bbc673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc673


Comments

No comments written yet.

Please login to write comment.