Color Hex Logo

#b6193d Color Hex

#B6193D
(182,25,61)
0 Favorites   0 Comments

Color spaces of #b6193d

RGB 1822561
HSL0.960.760.41
HSV346°86°71°
CMYK 0.000.860.66   0.29
XYZ20.481310.97735.4542
Yxy10.97730.55490.2974
Hunter Lab33.132052.362813.4321
CIE-Lab39.542260.355822.0365

#b6193d color RGB value is (182,25,61).

#b6193d hex color red value is 182, green value is 25 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b6193d hue: 0.96 , saturation: 0.76 and the lightness value of b6193d is 0.41.

The process color (four color CMYK) of #b6193d color hex is 0.00, 0.86, 0.66, 0.29. Web safe color of #b6193d is #cc0033. Color #b6193d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011001 00111101
Octal 266 31 75
Decimal 182 25 61
Hex B6 19 3D

RGB Percentages of Color #b6193d

%67.91
%9.33
%22.76

CMYK Percentages of Color #b6193d

%0
%86
%66
%29

Triadic Colors of #b6193d

#b6193d #3db619 #193db6

Analogous Colors of #b6193d

#b6193d #b64319 #b6198c

Monochromatic Colors of #b6193d

#b6193d

Complementary Color

#b6193d #19b692

#b6193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6193d Color CSS Codes

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

#b6193d Text Font Color

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

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


#b6193d Background Color

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

This div background color is #b6193d


#b6193d Border Color

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

This div border color is #b6193d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6193d


Comments

No comments written yet.

Please login to write comment.