Color Hex Logo

#b69780 Color Hex

#B69780
(182,151,128)
0 Favorites   0 Comments

Color spaces of #b69780

RGB 182151128
HSL0.070.270.61
HSV26°30°71°
CMYK 0.000.170.30   0.29
XYZ34.254333.636825.1092
Yxy33.63680.36830.3617
Hunter Lab57.99723.930414.9292
CIE-Lab64.67328.089316.4456

#b69780 color RGB value is (182,151,128).

#b69780 hex color red value is 182, green value is 151 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b69780 hue: 0.07 , saturation: 0.27 and the lightness value of b69780 is 0.61.

The process color (four color CMYK) of #b69780 color hex is 0.00, 0.17, 0.30, 0.29. Web safe color of #b69780 is #cc9999. Color #b69780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 10000000
Octal 266 227 200
Decimal 182 151 128
Hex B6 97 80

RGB Percentages of Color #b69780

%39.48
%32.75
%27.77

CMYK Percentages of Color #b69780

%0
%17
%30
%29

Triadic Colors of #b69780

#b69780 #80b697 #9780b6

Analogous Colors of #b69780

#b69780 #b6b280 #b68084

Monochromatic Colors of #b69780

#b69780

Complementary Color

#b69780 #809fb6

#b69780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69780 Color CSS Codes

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

#b69780 Text Font Color

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

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


#b69780 Background Color

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

This div background color is #b69780


#b69780 Border Color

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

This div border color is #b69780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69780


Comments

No comments written yet.

Please login to write comment.