Color Hex Logo

#b78272 Color Hex

#B78272
(183,130,114)
0 Favorites   0 Comments

Color spaces of #b78272

RGB 183130114
HSL0.040.320.58
HSV14°38°72°
CMYK 0.000.290.38   0.28
XYZ30.548327.247419.5688
Yxy27.24740.39490.3522
Hunter Lab52.199013.114714.3122
CIE-Lab59.202618.344716.7933

#b78272 color RGB value is (183,130,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000010 01110010
Octal 267 202 162
Decimal 183 130 114
Hex B7 82 72

RGB Percentages of Color #b78272

%42.86
%30.44
%26.70

CMYK Percentages of Color #b78272

%0
%29
%38
%28

Triadic Colors of #b78272

#b78272 #72b782 #8272b7

Analogous Colors of #b78272

#b78272 #b7a572 #b77285

Monochromatic Colors of #b78272

#b78272

Complementary Color

#b78272 #72a7b7

#b78272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78272 Color CSS Codes

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

#b78272 Text Font Color

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

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


#b78272 Background Color

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

This div background color is #b78272


#b78272 Border Color

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

This div border color is #b78272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78272


Comments

No comments written yet.

Please login to write comment.