Color Hex Logo

#b5621f Color Hex

#B5621F
(181,98,31)
0 Favorites   0 Comments

Color spaces of #b5621f

RGB 1819831
HSL0.070.710.42
HSV27°83°71°
CMYK 0.000.460.83   0.29
XYZ23.671118.65813.6501
Yxy18.65810.51480.4058
Hunter Lab43.195022.227725.2263
CIE-Lab50.284828.869049.7962

#b5621f color RGB value is (181,98,31).

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

The process color (four color CMYK) of #b5621f color hex is 0.00, 0.46, 0.83, 0.29. Web safe color of #b5621f is #cc6633. Color #b5621f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100010 00011111
Octal 265 142 37
Decimal 181 98 31
Hex B5 62 1F

RGB Percentages of Color #b5621f

%58.39
%31.61
%10.00

CMYK Percentages of Color #b5621f

%0
%46
%83
%29

Triadic Colors of #b5621f

#b5621f #1fb562 #621fb5

Analogous Colors of #b5621f

#b5621f #b5ad1f #b51f27

Monochromatic Colors of #b5621f

#b5621f

Complementary Color

#b5621f #1f72b5

#b5621f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5621f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5621f Color CSS Codes

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

#b5621f Text Font Color

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

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


#b5621f Background Color

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

This div background color is #b5621f


#b5621f Border Color

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

This div border color is #b5621f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,98,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 #b5621f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5621f


Comments

No comments written yet.

Please login to write comment.