Color Hex Logo

#b6370f Color Hex

#B6370F
(182,55,15)
0 Favorites   0 Comments

Color spaces of #b6370f

RGB 1825515
HSL0.040.850.39
HSV14°92°71°
CMYK 0.000.700.92   0.29
XYZ20.743812.71191.8123
Yxy12.71190.58820.3604
Hunter Lab35.653841.459521.9439
CIE-Lab42.325949.632349.4973

#b6370f color RGB value is (182,55,15).

#b6370f hex color red value is 182, green value is 55 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6370f hue: 0.04 , saturation: 0.85 and the lightness value of b6370f is 0.39.

The process color (four color CMYK) of #b6370f color hex is 0.00, 0.70, 0.92, 0.29. Web safe color of #b6370f is #cc3300. Color #b6370f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110111 00001111
Octal 266 67 17
Decimal 182 55 15
Hex B6 37 F

RGB Percentages of Color #b6370f

%72.22
%21.83
%5.95

CMYK Percentages of Color #b6370f

%0
%70
%92
%29

Triadic Colors of #b6370f

#b6370f #0fb637 #370fb6

Analogous Colors of #b6370f

#b6370f #b68b0f #b60f3b

Monochromatic Colors of #b6370f

#b6370f

Complementary Color

#b6370f #0f8eb6

#b6370f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6370f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6370f Color CSS Codes

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

#b6370f Text Font Color

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

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


#b6370f Background Color

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

This div background color is #b6370f


#b6370f Border Color

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

This div border color is #b6370f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6370f


Comments

No comments written yet.

Please login to write comment.