Color Hex Logo

#b0735a Color Hex

#B0735A
(176,115,90)
0 Favorites   0 Comments

Color spaces of #b0735a

RGB 17611590
HSL0.050.350.52
HSV17°49°69°
CMYK 0.000.350.49   0.31
XYZ25.880722.229812.5996
Yxy22.22980.42630.3662
Hunter Lab47.148515.472217.1597
CIE-Lab54.270021.189923.6946

#b0735a color RGB value is (176,115,90).

#b0735a hex color red value is 176, green value is 115 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b0735a hue: 0.05 , saturation: 0.35 and the lightness value of b0735a is 0.52.

The process color (four color CMYK) of #b0735a color hex is 0.00, 0.35, 0.49, 0.31. Web safe color of #b0735a is #996666. Color #b0735a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 01011010
Octal 260 163 132
Decimal 176 115 90
Hex B0 73 5A

RGB Percentages of Color #b0735a

%46.19
%30.18
%23.62

CMYK Percentages of Color #b0735a

%0
%35
%49
%31

Triadic Colors of #b0735a

#b0735a #5ab073 #735ab0

Analogous Colors of #b0735a

#b0735a #b09e5a #b05a6c

Monochromatic Colors of #b0735a

#b0735a

Complementary Color

#b0735a #5a97b0

#b0735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0735a Color CSS Codes

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

#b0735a Text Font Color

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

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


#b0735a Background Color

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

This div background color is #b0735a


#b0735a Border Color

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

This div border color is #b0735a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,115,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0735a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0735a;
  -webkit-box-shadow: 1px 1px 3px 2px #b0735a;
  box-shadow:         1px 1px 3px 2px #b0735a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,115,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0735a


Comments

No comments written yet.

Please login to write comment.