Color Hex Logo

#bd490f Color Hex

#BD490F
(189,73,15)
0 Favorites   0 Comments

Color spaces of #bd490f

RGB 1897315
HSL0.060.850.40
HSV20°92°74°
CMYK 0.000.610.92   0.26
XYZ23.455015.61842.2304
Yxy15.61840.56790.3781
Hunter Lab39.520136.778724.3179
CIE-Lab46.469844.352652.9834

#bd490f color RGB value is (189,73,15).

#bd490f hex color red value is 189, green value is 73 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bd490f hue: 0.06 , saturation: 0.85 and the lightness value of bd490f is 0.40.

The process color (four color CMYK) of #bd490f color hex is 0.00, 0.61, 0.92, 0.26. Web safe color of #bd490f is #cc3300. Color #bd490f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 00001111
Octal 275 111 17
Decimal 189 73 15
Hex BD 49 F

RGB Percentages of Color #bd490f

%68.23
%26.35
%5.42

CMYK Percentages of Color #bd490f

%0
%61
%92
%26

Triadic Colors of #bd490f

#bd490f #0fbd49 #490fbd

Analogous Colors of #bd490f

#bd490f #bda00f #bd0f2c

Monochromatic Colors of #bd490f

#bd490f

Complementary Color

#bd490f #0f83bd

#bd490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd490f Color CSS Codes

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

#bd490f Text Font Color

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

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


#bd490f Background Color

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

This div background color is #bd490f


#bd490f Border Color

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

This div border color is #bd490f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd490f


Comments

No comments written yet.

Please login to write comment.