Color Hex Logo

#b5947a Color Hex

#B5947A
(181,148,122)
0 Favorites   0 Comments

Color spaces of #b5947a

RGB 181148122
HSL0.070.290.59
HSV26°33°71°
CMYK 0.000.180.33   0.29
XYZ33.158832.408722.9202
Yxy32.40870.37470.3663
Hunter Lab56.92864.344415.9791
CIE-Lab63.67928.539418.4047

#b5947a color RGB value is (181,148,122).

#b5947a hex color red value is 181, green value is 148 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b5947a hue: 0.07 , saturation: 0.29 and the lightness value of b5947a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010100 01111010
Octal 265 224 172
Decimal 181 148 122
Hex B5 94 7A

RGB Percentages of Color #b5947a

%40.13
%32.82
%27.05

CMYK Percentages of Color #b5947a

%0
%18
%33
%29

Triadic Colors of #b5947a

#b5947a #7ab594 #947ab5

Analogous Colors of #b5947a

#b5947a #b5b27a #b57a7e

Monochromatic Colors of #b5947a

#b5947a

Complementary Color

#b5947a #7a9bb5

#b5947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5947a Color CSS Codes

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

#b5947a Text Font Color

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

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


#b5947a Background Color

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

This div background color is #b5947a


#b5947a Border Color

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

This div border color is #b5947a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5947a


Comments

No comments written yet.

Please login to write comment.