Color Hex Logo

#bbb673 Color Hex

#BBB673
(187,182,115)
0 Favorites   0 Comments

Color spaces of #bbb673

RGB 187182115
HSL0.160.350.59
HSV56°39°73°
CMYK 0.000.030.39   0.27
XYZ40.316045.258522.8305
Yxy45.25850.37190.4175
Hunter Lab67.2744-10.759426.9712
CIE-Lab73.0618-8.208534.7369

#bbb673 color RGB value is (187,182,115).

#bbb673 hex color red value is 187, green value is 182 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bbb673 hue: 0.16 , saturation: 0.35 and the lightness value of bbb673 is 0.59.

The process color (four color CMYK) of #bbb673 color hex is 0.00, 0.03, 0.39, 0.27. Web safe color of #bbb673 is #cccc66. Color #bbb673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 01110011
Octal 273 266 163
Decimal 187 182 115
Hex BB B6 73

RGB Percentages of Color #bbb673

%38.64
%37.60
%23.76

CMYK Percentages of Color #bbb673

%0
%3
%39
%27

Triadic Colors of #bbb673

#bbb673 #73bbb6 #b673bb

Analogous Colors of #bbb673

#bbb673 #9cbb73 #bb9273

Monochromatic Colors of #bbb673

#bbb673

Complementary Color

#bbb673 #7378bb

#bbb673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb673 Color CSS Codes

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

#bbb673 Text Font Color

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

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


#bbb673 Background Color

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

This div background color is #bbb673


#bbb673 Border Color

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

This div border color is #bbb673


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,182,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 #bbb673">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb673


Comments

No comments written yet.

Please login to write comment.