Color Hex Logo

#b59474 Color Hex

#B59474
(181,148,116)
0 Favorites   0 Comments

Color spaces of #b59474

RGB 181148116
HSL0.080.310.58
HSV30°36°71°
CMYK 0.000.180.36   0.29
XYZ32.798332.264521.0220
Yxy32.26450.38100.3748
Hunter Lab56.80183.665517.8184
CIE-Lab63.56097.769321.5801

#b59474 color RGB value is (181,148,116).

#b59474 hex color red value is 181, green value is 148 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b59474 hue: 0.08 , saturation: 0.31 and the lightness value of b59474 is 0.58.

The process color (four color CMYK) of #b59474 color hex is 0.00, 0.18, 0.36, 0.29. Web safe color of #b59474 is #cc9966. Color #b59474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 01110100
Octal 265 224 164
Decimal 181 148 116
Hex B5 94 74

RGB Percentages of Color #b59474

%40.67
%33.26
%26.07

CMYK Percentages of Color #b59474

%0
%18
%36
%29

Triadic Colors of #b59474

#b59474 #74b594 #9474b5

Analogous Colors of #b59474

#b59474 #b5b574 #b57475

Monochromatic Colors of #b59474

#b59474

Complementary Color

#b59474 #7495b5

#b59474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59474 Color CSS Codes

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

#b59474 Text Font Color

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

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


#b59474 Background Color

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

This div background color is #b59474


#b59474 Border Color

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

This div border color is #b59474


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,148,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b59474; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b59474;
  -webkit-box-shadow: 1px 1px 3px 2px #b59474;
  box-shadow:         1px 1px 3px 2px #b59474; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,148,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59474


Comments

No comments written yet.

Please login to write comment.