Color Hex Logo

#b93217 Color Hex

#B93217
(185,50,23)
0 Favorites   0 Comments

Color spaces of #b93217

RGB 1855023
HSL0.030.780.41
HSV10°88°73°
CMYK 0.000.730.88   0.27
XYZ21.302812.65742.1309
Yxy12.65740.59030.3507
Hunter Lab35.577244.621421.3529
CIE-Lab42.242452.672346.5210

#b93217 color RGB value is (185,50,23).

#b93217 hex color red value is 185, green value is 50 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b93217 hue: 0.03 , saturation: 0.78 and the lightness value of b93217 is 0.41.

The process color (four color CMYK) of #b93217 color hex is 0.00, 0.73, 0.88, 0.27. Web safe color of #b93217 is #cc3300. Color #b93217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110010 00010111
Octal 271 62 27
Decimal 185 50 23
Hex B9 32 17

RGB Percentages of Color #b93217

%71.71
%19.38
%8.91

CMYK Percentages of Color #b93217

%0
%73
%88
%27

Triadic Colors of #b93217

#b93217 #17b932 #3217b9

Analogous Colors of #b93217

#b93217 #b98317 #b9174d

Monochromatic Colors of #b93217

#b93217

Complementary Color

#b93217 #179eb9

#b93217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93217 Color CSS Codes

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

#b93217 Text Font Color

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

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


#b93217 Background Color

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

This div background color is #b93217


#b93217 Border Color

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

This div border color is #b93217


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,50,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b93217; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b93217;
  -webkit-box-shadow: 1px 1px 3px 2px #b93217;
  box-shadow:         1px 1px 3px 2px #b93217; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,50,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93217


Comments

No comments written yet.

Please login to write comment.