Color Hex Logo

#b0514d Color Hex

#B0514D
(176,81,77)
0 Favorites   0 Comments

Color spaces of #b0514d

RGB 1768177
HSL0.010.390.50
HSV56°69°
CMYK 0.000.540.56   0.31
XYZ22.186515.65088.8727
Yxy15.65080.47500.3351
Hunter Lab39.561130.873814.3953
CIE-Lab46.513038.407721.0724

#b0514d color RGB value is (176,81,77).

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

The process color (four color CMYK) of #b0514d color hex is 0.00, 0.54, 0.56, 0.31. Web safe color of #b0514d is #996666. Color #b0514d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 01001101
Octal 260 121 115
Decimal 176 81 77
Hex B0 51 4D

RGB Percentages of Color #b0514d

%52.69
%24.25
%23.05

CMYK Percentages of Color #b0514d

%0
%54
%56
%31

Triadic Colors of #b0514d

#b0514d #4db051 #514db0

Analogous Colors of #b0514d

#b0514d #b0834d #b04d7b

Monochromatic Colors of #b0514d

#b0514d

Complementary Color

#b0514d #4dacb0

#b0514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0514d Color CSS Codes

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

#b0514d Text Font Color

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

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


#b0514d Background Color

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

This div background color is #b0514d


#b0514d Border Color

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

This div border color is #b0514d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0514d


Comments

No comments written yet.

Please login to write comment.