Color Hex Logo

#b63b1e Color Hex

#B63B1E
(182,59,30)
0 Favorites   0 Comments

Color spaces of #b63b1e

RGB 1825930
HSL0.030.720.42
HSV11°84°71°
CMYK 0.000.680.84   0.29
XYZ21.089713.16682.6582
Yxy13.16680.57130.3567
Hunter Lab36.286140.244721.0569
CIE-Lab43.013548.332543.7281

#b63b1e color RGB value is (182,59,30).

#b63b1e hex color red value is 182, green value is 59 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b63b1e hue: 0.03 , saturation: 0.72 and the lightness value of b63b1e is 0.42.

The process color (four color CMYK) of #b63b1e color hex is 0.00, 0.68, 0.84, 0.29. Web safe color of #b63b1e is #cc3333. Color #b63b1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 00011110
Octal 266 73 36
Decimal 182 59 30
Hex B6 3B 1E

RGB Percentages of Color #b63b1e

%67.16
%21.77
%11.07

CMYK Percentages of Color #b63b1e

%0
%68
%84
%29

Triadic Colors of #b63b1e

#b63b1e #1eb63b #3b1eb6

Analogous Colors of #b63b1e

#b63b1e #b6871e #b61e4d

Monochromatic Colors of #b63b1e

#b63b1e

Complementary Color

#b63b1e #1e99b6

#b63b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63b1e Color CSS Codes

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

#b63b1e Text Font Color

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

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


#b63b1e Background Color

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

This div background color is #b63b1e


#b63b1e Border Color

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

This div border color is #b63b1e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,59,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63b1e


Comments

No comments written yet.

Please login to write comment.