Color Hex Logo

#b6bd7b Color Hex

#B6BD7B
(182,189,123)
0 Favorites   0 Comments

Color spaces of #b6bd7b

RGB 182189123
HSL0.180.330.61
HSV66°35°74°
CMYK 0.040.000.35   0.26
XYZ41.064247.770325.7952
Yxy47.77030.35820.4167
Hunter Lab69.1161-14.900226.2533
CIE-Lab74.6798-12.873032.5914

#b6bd7b color RGB value is (182,189,123).

#b6bd7b hex color red value is 182, green value is 189 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #b6bd7b hue: 0.18 , saturation: 0.33 and the lightness value of b6bd7b is 0.61.

The process color (four color CMYK) of #b6bd7b color hex is 0.04, 0.00, 0.35, 0.26. Web safe color of #b6bd7b is #cccc66. Color #b6bd7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111101 01111011
Octal 266 275 173
Decimal 182 189 123
Hex B6 BD 7B

RGB Percentages of Color #b6bd7b

%36.84
%38.26
%24.90

CMYK Percentages of Color #b6bd7b

%4
%0
%35
%26

Triadic Colors of #b6bd7b

#b6bd7b #7bb6bd #bd7bb6

Analogous Colors of #b6bd7b

#b6bd7b #95bd7b #bda37b

Monochromatic Colors of #b6bd7b

#b6bd7b

Complementary Color

#b6bd7b #827bbd

#b6bd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bd7b Color CSS Codes

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

#b6bd7b Text Font Color

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

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


#b6bd7b Background Color

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

This div background color is #b6bd7b


#b6bd7b Border Color

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

This div border color is #b6bd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bd7b


Comments

No comments written yet.

Please login to write comment.