Color Hex Logo

#bd442c Color Hex

#BD442C
(189,68,44)
0 Favorites   0 Comments

Color spaces of #bd442c

RGB 1896844
HSL0.030.620.46
HSV10°77°74°
CMYK 0.000.640.77   0.26
XYZ23.508015.13494.0652
Yxy15.13490.55040.3544
Hunter Lab38.903639.779621.0371
CIE-Lab45.818447.396439.7382

#bd442c color RGB value is (189,68,44).

#bd442c hex color red value is 189, green value is 68 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bd442c hue: 0.03 , saturation: 0.62 and the lightness value of bd442c is 0.46.

The process color (four color CMYK) of #bd442c color hex is 0.00, 0.64, 0.77, 0.26. Web safe color of #bd442c is #cc3333. Color #bd442c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 00101100
Octal 275 104 54
Decimal 189 68 44
Hex BD 44 2C

RGB Percentages of Color #bd442c

%62.79
%22.59
%14.62

CMYK Percentages of Color #bd442c

%0
%64
%77
%26

Triadic Colors of #bd442c

#bd442c #2cbd44 #442cbd

Analogous Colors of #bd442c

#bd442c #bd8d2c #bd2c5d

Monochromatic Colors of #bd442c

#bd442c

Complementary Color

#bd442c #2ca5bd

#bd442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd442c Color CSS Codes

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

#bd442c Text Font Color

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

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


#bd442c Background Color

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

This div background color is #bd442c


#bd442c Border Color

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

This div border color is #bd442c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,68,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd442c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd442c;
  -webkit-box-shadow: 1px 1px 3px 2px #bd442c;
  box-shadow:         1px 1px 3px 2px #bd442c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,68,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd442c


Comments

No comments written yet.

Please login to write comment.