Color Hex Logo

#bd512d Color Hex

#BD512D
(189,81,45)
0 Favorites   0 Comments

Color spaces of #bd512d

RGB 1898145
HSL0.040.620.46
HSV15°76°74°
CMYK 0.000.570.76   0.26
XYZ24.402316.89314.4572
Yxy16.89310.53340.3692
Hunter Lab41.101234.050522.3412
CIE-Lab48.125141.384441.6322

#bd512d color RGB value is (189,81,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010001 00101101
Octal 275 121 55
Decimal 189 81 45
Hex BD 51 2D

RGB Percentages of Color #bd512d

%60.00
%25.71
%14.29

CMYK Percentages of Color #bd512d

%0
%57
%76
%26

Triadic Colors of #bd512d

#bd512d #2dbd51 #512dbd

Analogous Colors of #bd512d

#bd512d #bd992d #bd2d51

Monochromatic Colors of #bd512d

#bd512d

Complementary Color

#bd512d #2d99bd

#bd512d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd512d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd512d Color CSS Codes

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

#bd512d Text Font Color

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

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


#bd512d Background Color

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

This div background color is #bd512d


#bd512d Border Color

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

This div border color is #bd512d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd512d


Comments

No comments written yet.

Please login to write comment.