Color Hex Logo

#b13200 Color Hex

#B13200
(177,50,0)
0 Favorites   0 Comments

Color spaces of #b13200

RGB 177500
HSL0.051.000.35
HSV17°100°69°
CMYK 0.000.721.00   0.31
XYZ19.272111.62831.2287
Yxy11.62830.59980.3619
Hunter Lab34.100341.205421.7339
CIE-Lab40.619249.694552.7593

#b13200 color RGB value is (177,50,0).

#b13200 hex color red value is 177, green value is 50 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b13200 hue: 0.05 , saturation: 1.00 and the lightness value of b13200 is 0.35.

The process color (four color CMYK) of #b13200 color hex is 0.00, 0.72, 1.00, 0.31. Web safe color of #b13200 is #993300. Color #b13200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110010 00000000
Octal 261 62 0
Decimal 177 50 0
Hex B1 32 0

RGB Percentages of Color #b13200

%77.97
%22.03
%0.00

CMYK Percentages of Color #b13200

%0
%72
%100
%31

Triadic Colors of #b13200

#b13200 #00b132 #3200b1

Analogous Colors of #b13200

#b13200 #b18b00 #b10027

Monochromatic Colors of #b13200

#b13200

Complementary Color

#b13200 #007fb1

#b13200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13200 Color CSS Codes

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

#b13200 Text Font Color

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

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


#b13200 Background Color

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

This div background color is #b13200


#b13200 Border Color

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

This div border color is #b13200


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,50,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b13200; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b13200;
  -webkit-box-shadow: 1px 1px 3px 2px #b13200;
  box-shadow:         1px 1px 3px 2px #b13200; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13200


Comments

No comments written yet.

Please login to write comment.