#BD805D

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

Shades of Burning Sand #BD805D

Tints of Burning Sand #BD805D

Color information

#BD805D (or 0xBD805D) is unknown color: approx Burning Sand. HEX triplet: BD, 80 and 5D. RGB value is (189,128,93). Sum of RGB (Red+Green+Blue) = 189+128+93=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD805D is #427FA2. Grayscale: #8E8E8E. Windows color (decimal): -4358051 or 6127805. OLE color: 6127805.

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

Color convert

RGB18912893-
CMYK00.320.510.26
HSL21.88º42.11%55.29%-
HSV(B)21.88º50.79%74.12%-
XYZ30.6827.0513.96-
YUV142.25100.21161.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=46.10%
G=31.22%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891289300.320.510.2621.8842.1155.29
HexBD805D020331A162a37
Octal2752001350406332265267
Binary1011110110000000101110101000001100111101010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD805D; }

 p { color: rgb(189,128,93); }

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

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

 a { background-color: rgb(189,128,93); }

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

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

 span { border-color: rgb(189,128,93); }

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