Color Hex Logo

#bbb69d Color Hex

#BBB69D
(187,182,157)
0 Favorites   0 Comments

Color spaces of #bbb69d

RGB 187182157
HSL0.140.180.67
HSV50°16°73°
CMYK 0.000.030.16   0.27
XYZ43.307346.455038.5825
Yxy46.45500.33740.3620
Hunter Lab68.1579-5.858014.1479
CIE-Lab73.8398-2.491513.3690

#bbb69d color RGB value is (187,182,157).

#bbb69d hex color red value is 187, green value is 182 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bbb69d hue: 0.14 , saturation: 0.18 and the lightness value of bbb69d is 0.67.

The process color (four color CMYK) of #bbb69d color hex is 0.00, 0.03, 0.16, 0.27. Web safe color of #bbb69d is #cccc99. Color #bbb69d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 10011101
Octal 273 266 235
Decimal 187 182 157
Hex BB B6 9D

RGB Percentages of Color #bbb69d

%35.55
%34.60
%29.85

CMYK Percentages of Color #bbb69d

%0
%3
%16
%27

Triadic Colors of #bbb69d

#bbb69d #9dbbb6 #b69dbb

Analogous Colors of #bbb69d

#bbb69d #b1bb9d #bba79d

Monochromatic Colors of #bbb69d

#bbb69d

Complementary Color

#bbb69d #9da2bb

#bbb69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb69d Color CSS Codes

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

#bbb69d Text Font Color

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

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


#bbb69d Background Color

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

This div background color is #bbb69d


#bbb69d Border Color

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

This div border color is #bbb69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb69d


Comments

No comments written yet.

Please login to write comment.