Color Hex Logo

#b0514a Color Hex

#B0514A
(176,81,74)
0 Favorites   0 Comments

Color spaces of #b0514a

RGB 1768174
HSL0.010.410.49
HSV58°69°
CMYK 0.000.540.58   0.31
XYZ22.083015.60948.3276
Yxy15.60940.47990.3392
Hunter Lab39.508730.630515.1590
CIE-Lab46.457838.166022.7906

#b0514a color RGB value is (176,81,74).

#b0514a hex color red value is 176, green value is 81 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b0514a hue: 0.01 , saturation: 0.41 and the lightness value of b0514a is 0.49.

The process color (four color CMYK) of #b0514a color hex is 0.00, 0.54, 0.58, 0.31. Web safe color of #b0514a is #996633. Color #b0514a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 01001010
Octal 260 121 112
Decimal 176 81 74
Hex B0 51 4A

RGB Percentages of Color #b0514a

%53.17
%24.47
%22.36

CMYK Percentages of Color #b0514a

%0
%54
%58
%31

Triadic Colors of #b0514a

#b0514a #4ab051 #514ab0

Analogous Colors of #b0514a

#b0514a #b0844a #b04a76

Monochromatic Colors of #b0514a

#b0514a

Complementary Color

#b0514a #4aa9b0

#b0514a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0514a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0514a Color CSS Codes

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

#b0514a Text Font Color

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

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


#b0514a Background Color

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

This div background color is #b0514a


#b0514a Border Color

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

This div border color is #b0514a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0514a


Comments

No comments written yet.

Please login to write comment.