Color Hex Logo

#bd502f Color Hex

#BD502F
(189,80,47)
0 Favorites   0 Comments

Color spaces of #bd502f

RGB 1898047
HSL0.040.600.46
HSV14°75°74°
CMYK 0.000.580.75   0.26
XYZ24.368016.76144.6403
Yxy16.76140.53240.3662
Hunter Lab40.940734.597421.9384
CIE-Lab47.958041.955640.4129

#bd502f color RGB value is (189,80,47).

#bd502f hex color red value is 189, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bd502f hue: 0.04 , saturation: 0.60 and the lightness value of bd502f is 0.46.

The process color (four color CMYK) of #bd502f color hex is 0.00, 0.58, 0.75, 0.26. Web safe color of #bd502f is #cc6633. Color #bd502f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010000 00101111
Octal 275 120 57
Decimal 189 80 47
Hex BD 50 2F

RGB Percentages of Color #bd502f

%59.81
%25.32
%14.87

CMYK Percentages of Color #bd502f

%0
%58
%75
%26

Triadic Colors of #bd502f

#bd502f #2fbd50 #502fbd

Analogous Colors of #bd502f

#bd502f #bd972f #bd2f55

Monochromatic Colors of #bd502f

#bd502f

Complementary Color

#bd502f #2f9cbd

#bd502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd502f Color CSS Codes

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

#bd502f Text Font Color

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

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


#bd502f Background Color

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

This div background color is #bd502f


#bd502f Border Color

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

This div border color is #bd502f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd502f

#bd502f Color Palettes


Comments

No comments written yet.

Please login to write comment.