Color Hex Logo

#b05d4b Color Hex

#B05D4B
(176,93,75)
0 Favorites   0 Comments

Color spaces of #b05d4b

RGB 1769375
HSL0.030.400.49
HSV11°57°69°
CMYK 0.000.470.57   0.31
XYZ23.088817.56688.8304
Yxy17.56680.46660.3550
Hunter Lab41.912824.984316.8474
CIE-Lab48.966431.950625.4405

#b05d4b color RGB value is (176,93,75).

#b05d4b hex color red value is 176, green value is 93 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b05d4b hue: 0.03 , saturation: 0.40 and the lightness value of b05d4b is 0.49.

The process color (four color CMYK) of #b05d4b color hex is 0.00, 0.47, 0.57, 0.31. Web safe color of #b05d4b is #996633. Color #b05d4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 01001011
Octal 260 135 113
Decimal 176 93 75
Hex B0 5D 4B

RGB Percentages of Color #b05d4b

%51.16
%27.03
%21.80

CMYK Percentages of Color #b05d4b

%0
%47
%57
%31

Triadic Colors of #b05d4b

#b05d4b #4bb05d #5d4bb0

Analogous Colors of #b05d4b

#b05d4b #b0904b #b04b6c

Monochromatic Colors of #b05d4b

#b05d4b

Complementary Color

#b05d4b #4b9eb0

#b05d4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05d4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05d4b Color CSS Codes

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

#b05d4b Text Font Color

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

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


#b05d4b Background Color

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

This div background color is #b05d4b


#b05d4b Border Color

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

This div border color is #b05d4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05d4b


Comments

No comments written yet.

Please login to write comment.