Color Hex Logo

#bbb67e Color Hex

#BBB67E
(187,182,126)
0 Favorites   0 Comments

Color spaces of #bbb67e

RGB 187182126
HSL0.150.310.61
HSV55°33°73°
CMYK 0.000.030.33   0.27
XYZ40.987445.527126.3660
Yxy45.52710.36310.4033
Hunter Lab67.4738-9.648124.0635
CIE-Lab73.2376-6.892429.1987

#bbb67e color RGB value is (187,182,126).

#bbb67e hex color red value is 187, green value is 182 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bbb67e hue: 0.15 , saturation: 0.31 and the lightness value of bbb67e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 01111110
Octal 273 266 176
Decimal 187 182 126
Hex BB B6 7E

RGB Percentages of Color #bbb67e

%37.78
%36.77
%25.45

CMYK Percentages of Color #bbb67e

%0
%3
%33
%27

Triadic Colors of #bbb67e

#bbb67e #7ebbb6 #b67ebb

Analogous Colors of #bbb67e

#bbb67e #a2bb7e #bb987e

Monochromatic Colors of #bbb67e

#bbb67e

Complementary Color

#bbb67e #7e83bb

#bbb67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb67e Color CSS Codes

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

#bbb67e Text Font Color

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

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


#bbb67e Background Color

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

This div background color is #bbb67e


#bbb67e Border Color

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

This div border color is #bbb67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb67e


Comments

No comments written yet.

Please login to write comment.