Color Hex Logo

#b35510 Color Hex

#B35510
(179,85,16)
0 Favorites   0 Comments

Color spaces of #b35510

RGB 1798516
HSL0.070.840.38
HSV25°91°70°
CMYK 0.000.530.91   0.30
XYZ21.932416.11812.4454
Yxy16.11810.54160.3980
Hunter Lab40.147427.256224.4918
CIE-Lab47.129134.572352.4154

#b35510 color RGB value is (179,85,16).

#b35510 hex color red value is 179, green value is 85 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b35510 hue: 0.07 , saturation: 0.84 and the lightness value of b35510 is 0.38.

The process color (four color CMYK) of #b35510 color hex is 0.00, 0.53, 0.91, 0.30. Web safe color of #b35510 is #cc6600. Color #b35510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 00010000
Octal 263 125 20
Decimal 179 85 16
Hex B3 55 10

RGB Percentages of Color #b35510

%63.93
%30.36
%5.71

CMYK Percentages of Color #b35510

%0
%53
%91
%30

Triadic Colors of #b35510

#b35510 #10b355 #5510b3

Analogous Colors of #b35510

#b35510 #b3a710 #b3101c

Monochromatic Colors of #b35510

#b35510

Complementary Color

#b35510 #106eb3

#b35510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35510 Color CSS Codes

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

#b35510 Text Font Color

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

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


#b35510 Background Color

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

This div background color is #b35510


#b35510 Border Color

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

This div border color is #b35510


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,85,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b35510; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b35510;
  -webkit-box-shadow: 1px 1px 3px 2px #b35510;
  box-shadow:         1px 1px 3px 2px #b35510; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35510


Comments

No comments written yet.

Please login to write comment.