Color Hex Logo

#b93512 Color Hex

#B93512
(185,53,18)
0 Favorites   0 Comments

Color spaces of #b93512

RGB 1855318
HSL0.030.820.40
HSV13°90°73°
CMYK 0.000.710.90   0.27
XYZ21.389912.90421.9356
Yxy12.90420.59040.3562
Hunter Lab35.922443.423121.9510
CIE-Lab42.618551.464548.8691

#b93512 color RGB value is (185,53,18).

#b93512 hex color red value is 185, green value is 53 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b93512 hue: 0.03 , saturation: 0.82 and the lightness value of b93512 is 0.40.

The process color (four color CMYK) of #b93512 color hex is 0.00, 0.71, 0.90, 0.27. Web safe color of #b93512 is #cc3300. Color #b93512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110101 00010010
Octal 271 65 22
Decimal 185 53 18
Hex B9 35 12

RGB Percentages of Color #b93512

%72.27
%20.70
%7.03

CMYK Percentages of Color #b93512

%0
%71
%90
%27

Triadic Colors of #b93512

#b93512 #12b935 #3512b9

Analogous Colors of #b93512

#b93512 #b98912 #b91242

Monochromatic Colors of #b93512

#b93512

Complementary Color

#b93512 #1296b9

#b93512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b93512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b93512 Color CSS Codes

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

#b93512 Text Font Color

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

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


#b93512 Background Color

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

This div background color is #b93512


#b93512 Border Color

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

This div border color is #b93512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b93512


Comments

No comments written yet.

Please login to write comment.