Color Hex Logo

#b94830 Color Hex

#B94830
(185,72,48)
0 Favorites   0 Comments

Color spaces of #b94830

RGB 1857248
HSL0.030.590.46
HSV11°74°73°
CMYK 0.000.610.74   0.27
XYZ22.858415.16244.5182
Yxy15.16240.53740.3564
Hunter Lab38.938936.642120.3777
CIE-Lab45.855844.317137.4067

#b94830 color RGB value is (185,72,48).

#b94830 hex color red value is 185, green value is 72 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b94830 hue: 0.03 , saturation: 0.59 and the lightness value of b94830 is 0.46.

The process color (four color CMYK) of #b94830 color hex is 0.00, 0.61, 0.74, 0.27. Web safe color of #b94830 is #cc3333. Color #b94830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001000 00110000
Octal 271 110 60
Decimal 185 72 48
Hex B9 48 30

RGB Percentages of Color #b94830

%60.66
%23.61
%15.74

CMYK Percentages of Color #b94830

%0
%61
%74
%27

Triadic Colors of #b94830

#b94830 #30b948 #4830b9

Analogous Colors of #b94830

#b94830 #b98d30 #b9305c

Monochromatic Colors of #b94830

#b94830

Complementary Color

#b94830 #30a1b9

#b94830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94830 Color CSS Codes

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

#b94830 Text Font Color

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

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


#b94830 Background Color

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

This div background color is #b94830


#b94830 Border Color

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

This div border color is #b94830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94830


Comments

No comments written yet.

Please login to write comment.