Color Hex Logo

#bd512f Color Hex

#BD512F
(189,81,47)
0 Favorites   0 Comments

Color spaces of #bd512f

RGB 1898147
HSL0.040.600.46
HSV14°75°74°
CMYK 0.000.570.75   0.26
XYZ24.441816.90894.6648
Yxy16.90890.53120.3675
Hunter Lab41.120434.138822.0583
CIE-Lab48.145041.469640.6127

#bd512f color RGB value is (189,81,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 00101111
Octal 275 121 57
Decimal 189 81 47
Hex BD 51 2F

RGB Percentages of Color #bd512f

%59.62
%25.55
%14.83

CMYK Percentages of Color #bd512f

%0
%57
%75
%26

Triadic Colors of #bd512f

#bd512f #2fbd51 #512fbd

Analogous Colors of #bd512f

#bd512f #bd982f #bd2f54

Monochromatic Colors of #bd512f

#bd512f

Complementary Color

#bd512f #2f9bbd

#bd512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd512f Color CSS Codes

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

#bd512f Text Font Color

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

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


#bd512f Background Color

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

This div background color is #bd512f


#bd512f Border Color

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

This div border color is #bd512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd512f


Comments

No comments written yet.

Please login to write comment.