Color Hex Logo

#b69272 Color Hex

#B69272
(182,146,114)
0 Favorites   0 Comments

Color spaces of #b69272

RGB 182146114
HSL0.080.320.58
HSV28°37°71°
CMYK 0.000.200.37   0.29
XYZ32.607631.717820.3231
Yxy31.71780.38520.3747
Hunter Lab56.31864.791318.0276
CIE-Lab63.10909.036322.0964

#b69272 color RGB value is (182,146,114).

#b69272 hex color red value is 182, green value is 146 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b69272 hue: 0.08 , saturation: 0.32 and the lightness value of b69272 is 0.58.

The process color (four color CMYK) of #b69272 color hex is 0.00, 0.20, 0.37, 0.29. Web safe color of #b69272 is #cc9966. Color #b69272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010010 01110010
Octal 266 222 162
Decimal 182 146 114
Hex B6 92 72

RGB Percentages of Color #b69272

%41.18
%33.03
%25.79

CMYK Percentages of Color #b69272

%0
%20
%37
%29

Triadic Colors of #b69272

#b69272 #72b692 #9272b6

Analogous Colors of #b69272

#b69272 #b6b472 #b67274

Monochromatic Colors of #b69272

#b69272

Complementary Color

#b69272 #7296b6

#b69272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69272 Color CSS Codes

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

#b69272 Text Font Color

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

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


#b69272 Background Color

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

This div background color is #b69272


#b69272 Border Color

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

This div border color is #b69272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69272


Comments

No comments written yet.

Please login to write comment.