Color Hex Logo

#b78260 Color Hex

#B78260
(183,130,96)
0 Favorites   0 Comments

Color spaces of #b78260

RGB 18313096
HSL0.070.380.55
HSV23°48°72°
CMYK 0.000.290.48   0.28
XYZ29.622426.877114.6929
Yxy26.87710.41610.3775
Hunter Lab51.843111.266819.4868
CIE-Lab58.860416.324026.4858

#b78260 color RGB value is (183,130,96).

#b78260 hex color red value is 183, green value is 130 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #b78260 hue: 0.07 , saturation: 0.38 and the lightness value of b78260 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000010 01100000
Octal 267 202 140
Decimal 183 130 96
Hex B7 82 60

RGB Percentages of Color #b78260

%44.74
%31.78
%23.47

CMYK Percentages of Color #b78260

%0
%29
%48
%28

Triadic Colors of #b78260

#b78260 #60b782 #8260b7

Analogous Colors of #b78260

#b78260 #b7ae60 #b7606a

Monochromatic Colors of #b78260

#b78260

Complementary Color

#b78260 #6095b7

#b78260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78260 Color CSS Codes

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

#b78260 Text Font Color

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

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


#b78260 Background Color

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

This div background color is #b78260


#b78260 Border Color

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

This div border color is #b78260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78260


Comments

No comments written yet.

Please login to write comment.