Color Hex Logo

#b6be6a Color Hex

#B6BE6A
(182,190,106)
0 Favorites   0 Comments

Color spaces of #b6be6a

RGB 182190106
HSL0.180.390.58
HSV66°44°75°
CMYK 0.040.000.44   0.25
XYZ40.306447.812620.7401
Yxy47.81260.37030.4392
Hunter Lab69.1467-16.956930.6190
CIE-Lab74.7066-15.327941.3158

#b6be6a color RGB value is (182,190,106).

#b6be6a hex color red value is 182, green value is 190 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b6be6a hue: 0.18 , saturation: 0.39 and the lightness value of b6be6a is 0.58.

The process color (four color CMYK) of #b6be6a color hex is 0.04, 0.00, 0.44, 0.25. Web safe color of #b6be6a is #cccc66. Color #b6be6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 01101010
Octal 266 276 152
Decimal 182 190 106
Hex B6 BE 6A

RGB Percentages of Color #b6be6a

%38.08
%39.75
%22.18

CMYK Percentages of Color #b6be6a

%4
%0
%44
%25

Triadic Colors of #b6be6a

#b6be6a #6ab6be #be6ab6

Analogous Colors of #b6be6a

#b6be6a #8cbe6a #be9c6a

Monochromatic Colors of #b6be6a

#b6be6a

Complementary Color

#b6be6a #726abe

#b6be6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6be6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6be6a Color CSS Codes

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

#b6be6a Text Font Color

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

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


#b6be6a Background Color

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

This div background color is #b6be6a


#b6be6a Border Color

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

This div border color is #b6be6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6be6a


Comments

No comments written yet.

Please login to write comment.