Color Hex Logo

#b28472 Color Hex

#B28472
(178,132,114)
0 Favorites   0 Comments

Color spaces of #b28472

RGB 178132114
HSL0.050.290.57
HSV17°36°70°
CMYK 0.000.260.36   0.30
XYZ29.648627.182419.6037
Yxy27.18240.38790.3556
Hunter Lab52.136710.268314.2024
CIE-Lab59.142815.206716.6231

#b28472 color RGB value is (178,132,114).

#b28472 hex color red value is 178, green value is 132 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b28472 hue: 0.05 , saturation: 0.29 and the lightness value of b28472 is 0.57.

The process color (four color CMYK) of #b28472 color hex is 0.00, 0.26, 0.36, 0.30. Web safe color of #b28472 is #999966. Color #b28472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 01110010
Octal 262 204 162
Decimal 178 132 114
Hex B2 84 72

RGB Percentages of Color #b28472

%41.98
%31.13
%26.89

CMYK Percentages of Color #b28472

%0
%26
%36
%30

Triadic Colors of #b28472

#b28472 #72b284 #8472b2

Analogous Colors of #b28472

#b28472 #b2a472 #b27280

Monochromatic Colors of #b28472

#b28472

Complementary Color

#b28472 #72a0b2

#b28472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28472 Color CSS Codes

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

#b28472 Text Font Color

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

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


#b28472 Background Color

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

This div background color is #b28472


#b28472 Border Color

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

This div border color is #b28472


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,132,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 #b28472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28472


Comments

No comments written yet.

Please login to write comment.