color codes Logo

#b5431f color codes

#B5431F
(181,67,31)
0 Favorites   0 Comments

Color spaces of #b5431f

RGB 1816731
HSL0.040.710.42
HSV14°83°71°
CMYK 0.000.630.83   0.29
XYZ21.310513.93702.8632
Yxy13.93700.55920.3657
Hunter Lab37.332336.562221.5854
CIE-Lab44.142444.519144.2199

#b5431f color RGB value is (181,67,31).

#b5431f hex color red value is 181, green value is 67 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b5431f hue: 0.04 , saturation: 0.71 and the lightness value of b5431f is 0.42.

The process color (four color CMYK) of #b5431f color code is 0.00, 0.63, 0.83, 0.29. Web safe color of #b5431f is #cc3333. Color #b5431f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000011 00011111
Octal 265 103 37
Decimal 181 67 31
Hex B5 43 1F

RGB Percentages of Color #b5431f

%64.87
%24.01
%11.11

CMYK Percentages of Color #b5431f

%0
%63
%83
%29

Triadic Colors of #b5431f

#b5431f #1fb543 #431fb5

Analogous Colors of #b5431f

#b5431f #b58e1f #b51f46

Monochromatic Colors of #b5431f

#b5431f

Complementary Color

#b5431f #1f91b5

#b5431f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5431f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5431f Color CSS Codes

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

#b5431f Text Font Color

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

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


#b5431f Background Color

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

This div background color is #b5431f


#b5431f Border Color

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

This div border color is #b5431f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,67,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5431f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5431f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5431f;
  box-shadow:         1px 1px 3px 2px #b5431f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5431f


Comments

No comments written yet.

Please login to write comment.