Color Hex Logo

#b93316 Color Hex

#B93316
(185,51,22)
0 Favorites   0 Comments

Color spaces of #b93316

RGB 1855122
HSL0.030.790.41
HSV11°88°73°
CMYK 0.000.720.88   0.27
XYZ21.336212.73992.0936
Yxy12.73990.58990.3522
Hunter Lab35.693044.239221.5074
CIE-Lab42.368752.286747.0550

#b93316 color RGB value is (185,51,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110011 00010110
Octal 271 63 26
Decimal 185 51 22
Hex B9 33 16

RGB Percentages of Color #b93316

%71.71
%19.77
%8.53

CMYK Percentages of Color #b93316

%0
%72
%88
%27

Triadic Colors of #b93316

#b93316 #16b933 #3316b9

Analogous Colors of #b93316

#b93316 #b98516 #b9164a

Monochromatic Colors of #b93316

#b93316

Complementary Color

#b93316 #169cb9

#b93316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93316 Color CSS Codes

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

#b93316 Text Font Color

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

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


#b93316 Background Color

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

This div background color is #b93316


#b93316 Border Color

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

This div border color is #b93316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93316


Comments

No comments written yet.

Please login to write comment.