Color Hex Logo

#bd492c Color Hex

#BD492C
(189,73,44)
0 Favorites   0 Comments

Color spaces of #bd492c

RGB 1897344
HSL0.030.620.46
HSV12°77°74°
CMYK 0.000.610.77   0.26
XYZ23.823415.76584.1703
Yxy15.76580.54440.3603
Hunter Lab39.706237.612821.5671
CIE-Lab46.665745.141640.6279

#bd492c color RGB value is (189,73,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 00101100
Octal 275 111 54
Decimal 189 73 44
Hex BD 49 2C

RGB Percentages of Color #bd492c

%61.76
%23.86
%14.38

CMYK Percentages of Color #bd492c

%0
%61
%77
%26

Triadic Colors of #bd492c

#bd492c #2cbd49 #492cbd

Analogous Colors of #bd492c

#bd492c #bd922c #bd2c58

Monochromatic Colors of #bd492c

#bd492c

Complementary Color

#bd492c #2ca0bd

#bd492c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd492c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd492c Color CSS Codes

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

#bd492c Text Font Color

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

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


#bd492c Background Color

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

This div background color is #bd492c


#bd492c Border Color

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

This div border color is #bd492c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd492c


Comments

No comments written yet.

Please login to write comment.