Color Hex Logo

#b6351f Color Hex

#B6351F
(182,53,31)
0 Favorites   0 Comments

Color spaces of #b6351f

RGB 1825331
HSL0.020.710.42
HSV83°71°
CMYK 0.000.710.83   0.29
XYZ20.811812.59022.6296
Yxy12.59020.57760.3494
Hunter Lab35.482742.601720.4439
CIE-Lab42.139250.765842.4295

#b6351f color RGB value is (182,53,31).

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

The process color (four color CMYK) of #b6351f color hex is 0.00, 0.71, 0.83, 0.29. Web safe color of #b6351f is #cc3333. Color #b6351f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110101 00011111
Octal 266 65 37
Decimal 182 53 31
Hex B6 35 1F

RGB Percentages of Color #b6351f

%68.42
%19.92
%11.65

CMYK Percentages of Color #b6351f

%0
%71
%83
%29

Triadic Colors of #b6351f

#b6351f #1fb635 #351fb6

Analogous Colors of #b6351f

#b6351f #b6811f #b61f54

Monochromatic Colors of #b6351f

#b6351f

Complementary Color

#b6351f #1fa0b6

#b6351f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6351f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6351f Color CSS Codes

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

#b6351f Text Font Color

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

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


#b6351f Background Color

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

This div background color is #b6351f


#b6351f Border Color

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

This div border color is #b6351f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6351f


Comments

No comments written yet.

Please login to write comment.