Color Hex Logo

#b05104 Color Hex

#B05104
(176,81,4)
0 Favorites   0 Comments

Color spaces of #b05104

RGB 176814
HSL0.070.960.35
HSV27°98°69°
CMYK 0.000.540.98   0.31
XYZ20.868815.12371.9341
Yxy15.12370.55020.3988
Hunter Lab38.889227.730924.2737
CIE-Lab45.803235.247654.3733

#b05104 color RGB value is (176,81,4).

#b05104 hex color red value is 176, green value is 81 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b05104 hue: 0.07 , saturation: 0.96 and the lightness value of b05104 is 0.35.

The process color (four color CMYK) of #b05104 color hex is 0.00, 0.54, 0.98, 0.31. Web safe color of #b05104 is #996600. Color #b05104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010001 00000100
Octal 260 121 4
Decimal 176 81 4
Hex B0 51 4

RGB Percentages of Color #b05104

%67.43
%31.03
%1.53

CMYK Percentages of Color #b05104

%0
%54
%98
%31

Triadic Colors of #b05104

#b05104 #04b051 #5104b0

Analogous Colors of #b05104

#b05104 #b0a704 #b0040d

Monochromatic Colors of #b05104

#b05104

Complementary Color

#b05104 #0463b0

#b05104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05104 Color CSS Codes

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

#b05104 Text Font Color

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

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


#b05104 Background Color

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

This div background color is #b05104


#b05104 Border Color

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

This div border color is #b05104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05104


Comments

No comments written yet.

Please login to write comment.