Color Hex Logo

#b1530f Color Hex

#B1530F
(177,83,15)
0 Favorites   0 Comments

Color spaces of #b1530f

RGB 1778315
HSL0.070.840.38
HSV25°92°69°
CMYK 0.000.530.92   0.31
XYZ21.310915.56812.3337
Yxy15.56810.54350.3970
Hunter Lab39.456427.361324.1127
CIE-Lab46.402734.778752.0356

#b1530f color RGB value is (177,83,15).

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

The process color (four color CMYK) of #b1530f color hex is 0.00, 0.53, 0.92, 0.31. Web safe color of #b1530f is #996600. Color #b1530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 00001111
Octal 261 123 17
Decimal 177 83 15
Hex B1 53 F

RGB Percentages of Color #b1530f

%64.36
%30.18
%5.45

CMYK Percentages of Color #b1530f

%0
%53
%92
%31

Triadic Colors of #b1530f

#b1530f #0fb153 #530fb1

Analogous Colors of #b1530f

#b1530f #b1a40f #b10f1c

Monochromatic Colors of #b1530f

#b1530f

Complementary Color

#b1530f #0f6db1

#b1530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1530f Color CSS Codes

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

#b1530f Text Font Color

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

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


#b1530f Background Color

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

This div background color is #b1530f


#b1530f Border Color

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

This div border color is #b1530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1530f


Comments

No comments written yet.

Please login to write comment.