Color Hex Logo

#b9343d Color Hex

#B9343D
(185,52,61)
0 Favorites   0 Comments

Color spaces of #b9343d

RGB 1855261
HSL0.990.560.46
HSV356°72°73°
CMYK 0.000.720.67   0.27
XYZ22.077913.10725.7812
Yxy13.10720.53890.3200
Hunter Lab36.203945.496415.8750
CIE-Lab42.924353.372826.4228

#b9343d color RGB value is (185,52,61).

#b9343d hex color red value is 185, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b9343d hue: 0.99 , saturation: 0.56 and the lightness value of b9343d is 0.46.

The process color (four color CMYK) of #b9343d color hex is 0.00, 0.72, 0.67, 0.27. Web safe color of #b9343d is #cc3333. Color #b9343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110100 00111101
Octal 271 64 75
Decimal 185 52 61
Hex B9 34 3D

RGB Percentages of Color #b9343d

%62.08
%17.45
%20.47

CMYK Percentages of Color #b9343d

%0
%72
%67
%27

Triadic Colors of #b9343d

#b9343d #3db934 #343db9

Analogous Colors of #b9343d

#b9343d #b96e34 #b93480

Monochromatic Colors of #b9343d

#b9343d

Complementary Color

#b9343d #34b9b0

#b9343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9343d Color CSS Codes

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

#b9343d Text Font Color

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

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


#b9343d Background Color

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

This div background color is #b9343d


#b9343d Border Color

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

This div border color is #b9343d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,52,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 #b9343d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9343d


Comments

No comments written yet.

Please login to write comment.