#BD7D5A

Color #BD7D5A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BD7D5A

Tints of Burning Sand #BD7D5A

Color information

#BD7D5A (or 0xBD7D5A) is unknown color: approx Burning Sand. HEX triplet: BD, 7D and 5A. RGB value is (189,125,90). Sum of RGB (Red+Green+Blue) = 189+125+90=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7D5A is #4282A5. Grayscale: #8C8C8C. Windows color (decimal): -4358822 or 5930429. OLE color: 5930429.

HSL color Cylindrical-coordinate representation of color #BD7D5A: hue angle of 21.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD7D5A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18912590-
CMYK00.340.520.26
HSL21.21º42.86%54.71%-
HSV(B)21.21º52.38%74.12%-
XYZ30.1726.2213.14-
YUV140.1599.7162.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 46.78%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=46.78%
G=30.94%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891259000.340.520.2621.2142.8654.71
HexBD7D5A022341A152b37
Octal2751751320426432255367
Binary101111011111101101101001000101101001101010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D5A; }

 p { color: rgb(189,125,90); }

 H1.HeaderClassName
 {
   color: #BD7D5A;
 }
 .AnyTagClassName
 {
   color: #BD7D5A;
 }
</style>
background-color css

<style>
 a { background-color: #BD7D5A; }

 a { background-color: rgb(189,125,90); }

 div.DivClassName
 {
   background-color: #BD7D5A;
 }
 .BgClassName
 {
   background-color: #BD7D5A;
 }
</style>
border-color css

<style>
 span { border-color: #BD7D5A; }

 span { border-color: rgb(189,125,90); }

 td.TdClassName
 {
   border-color: #BD7D5A;
 }
 .TagClassName
 {
   border-color: #BD7D5A;
 }
</style>