Color Hex Logo

#b0725b Color Hex

#B0725B
(176,114,91)
0 Favorites   0 Comments

Color spaces of #b0725b

RGB 17611491
HSL0.050.350.52
HSV16°48°69°
CMYK 0.000.350.48   0.31
XYZ25.810122.020112.7875
Yxy22.02010.42580.3633
Hunter Lab46.925616.059216.6910
CIE-Lab54.048321.850422.8303

#b0725b color RGB value is (176,114,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110010 01011011
Octal 260 162 133
Decimal 176 114 91
Hex B0 72 5B

RGB Percentages of Color #b0725b

%46.19
%29.92
%23.88

CMYK Percentages of Color #b0725b

%0
%35
%48
%31

Triadic Colors of #b0725b

#b0725b #5bb072 #725bb0

Analogous Colors of #b0725b

#b0725b #b09d5b #b05b6f

Monochromatic Colors of #b0725b

#b0725b

Complementary Color

#b0725b #5b99b0

#b0725b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0725b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0725b Color CSS Codes

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

#b0725b Text Font Color

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

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


#b0725b Background Color

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

This div background color is #b0725b


#b0725b Border Color

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

This div border color is #b0725b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0725b


Comments

No comments written yet.

Please login to write comment.