Color Hex Logo

#b78482 Color Hex

#B78482
(183,132,130)
0 Favorites   0 Comments

Color spaces of #b78482

RGB 183132130
HSL0.010.270.61
HSV29°72°
CMYK 0.000.280.29   0.28
XYZ31.809028.181524.8822
Yxy28.18150.37480.3320
Hunter Lab53.086314.05539.3704
CIE-Lab60.052419.33018.8492

#b78482 color RGB value is (183,132,130).

#b78482 hex color red value is 183, green value is 132 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b78482 hue: 0.01 , saturation: 0.27 and the lightness value of b78482 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000100 10000010
Octal 267 204 202
Decimal 183 132 130
Hex B7 84 82

RGB Percentages of Color #b78482

%41.12
%29.66
%29.21

CMYK Percentages of Color #b78482

%0
%28
%29
%28

Triadic Colors of #b78482

#b78482 #82b784 #8482b7

Analogous Colors of #b78482

#b78482 #b79f82 #b7829b

Monochromatic Colors of #b78482

#b78482

Complementary Color

#b78482 #82b5b7

#b78482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78482 Color CSS Codes

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

#b78482 Text Font Color

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

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


#b78482 Background Color

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

This div background color is #b78482


#b78482 Border Color

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

This div border color is #b78482


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,132,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78482


Comments

No comments written yet.

Please login to write comment.