Color Hex Logo

#b35101 Color Hex

#B35101
(179,81,1)
0 Favorites   0 Comments

Color spaces of #b35101

RGB 179811
HSL0.070.990.35
HSV27°99°70°
CMYK 0.000.550.99   0.30
XYZ21.538315.47081.8797
Yxy15.47080.55380.3978
Hunter Lab39.332928.912124.6996
CIE-Lab46.272436.416855.6762

#b35101 color RGB value is (179,81,1).

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

The process color (four color CMYK) of #b35101 color hex is 0.00, 0.55, 0.99, 0.30. Web safe color of #b35101 is #cc6600. Color #b35101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 00000001
Octal 263 121 1
Decimal 179 81 1
Hex B3 51 1

RGB Percentages of Color #b35101

%68.58
%31.03
%0.38

CMYK Percentages of Color #b35101

%0
%55
%99
%30

Triadic Colors of #b35101

#b35101 #01b351 #5101b3

Analogous Colors of #b35101

#b35101 #b3aa01 #b3010a

Monochromatic Colors of #b35101

#b35101

Complementary Color

#b35101 #0163b3

#b35101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35101 Color CSS Codes

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

#b35101 Text Font Color

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

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


#b35101 Background Color

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

This div background color is #b35101


#b35101 Border Color

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

This div border color is #b35101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35101


Comments

No comments written yet.

Please login to write comment.