#BD805A

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

Shades of Burning Sand #BD805A

Tints of Burning Sand #BD805A

Color information

#BD805A (or 0xBD805A) is unknown color: approx Burning Sand. HEX triplet: BD, 80 and 5A. RGB value is (189,128,90). Sum of RGB (Red+Green+Blue) = 189+128+90=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD805A is #427FA5. Grayscale: #8E8E8E. Windows color (decimal): -4358054 or 5931197. OLE color: 5931197.

HSL color Cylindrical-coordinate representation of color #BD805A: hue angle of 23.03º 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 #BD805A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18912890-
CMYK00.320.520.26
HSL23.03º42.86%54.71%-
HSV(B)23.03º52.38%74.12%-
XYZ30.552713.27-
YUV141.9198.71161.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=46.44%
G=31.45%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891289000.320.520.2623.0342.8654.71
HexBD805A020341A172b37
Octal2752001320406432275367
Binary1011110110000000101101001000001101001101010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD805A; }

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

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

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

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

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

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

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

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