Color Hex Logo

#b05445 Color Hex

#B05445
(176,84,69)
0 Favorites   0 Comments

Color spaces of #b05445

RGB 1768469
HSL0.020.440.48
HSV61°69°
CMYK 0.000.520.61   0.31
XYZ22.149016.00047.5512
Yxy16.00040.48470.3501
Hunter Lab40.000528.837816.8077
CIE-Lab46.975036.242626.4072

#b05445 color RGB value is (176,84,69).

#b05445 hex color red value is 176, green value is 84 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b05445 hue: 0.02 , saturation: 0.44 and the lightness value of b05445 is 0.48.

The process color (four color CMYK) of #b05445 color hex is 0.00, 0.52, 0.61, 0.31. Web safe color of #b05445 is #996633. Color #b05445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 01000101
Octal 260 124 105
Decimal 176 84 69
Hex B0 54 45

RGB Percentages of Color #b05445

%53.50
%25.53
%20.97

CMYK Percentages of Color #b05445

%0
%52
%61
%31

Triadic Colors of #b05445

#b05445 #45b054 #5445b0

Analogous Colors of #b05445

#b05445 #b08a45 #b0456c

Monochromatic Colors of #b05445

#b05445

Complementary Color

#b05445 #45a1b0

#b05445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05445 Color CSS Codes

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

#b05445 Text Font Color

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

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


#b05445 Background Color

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

This div background color is #b05445


#b05445 Border Color

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

This div border color is #b05445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05445


Comments

No comments written yet.

Please login to write comment.