#BD8968

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

Shades of Burning Sand #BD8968

Tints of Burning Sand #BD8968

Color information

#BD8968 (or 0xBD8968) is unknown color: approx Burning Sand. HEX triplet: BD, 89 and 68. RGB value is (189,137,104). Sum of RGB (Red+Green+Blue) = 189+137+104=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8968 is #427697. Grayscale: #949494. Windows color (decimal): -4355736 or 6851005. OLE color: 6851005.

HSL color Cylindrical-coordinate representation of color #BD8968: hue angle of 23.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD8968 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB189137104-
CMYK00.280.450.26
HSL23.29º39.17%57.45%-
HSV(B)23.29º44.97%74.12%-
XYZ32.4329.7117.12-
YUV148.79102.73156.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=43.95%
G=31.86%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913710400.280.450.2623.2939.1757.45
HexBD896801C2D1A172739
Octal2752111500345532274771
Binary101111011000100111010000111001011011101010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8968; }

 p { color: rgb(189,137,104); }

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

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

 a { background-color: rgb(189,137,104); }

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

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

 span { border-color: rgb(189,137,104); }

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