#BD8469

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

Shades of Burning Sand #BD8469

Tints of Burning Sand #BD8469

Color information

#BD8469 (or 0xBD8469) is unknown color: approx Burning Sand. HEX triplet: BD, 84 and 69. RGB value is (189,132,105). Sum of RGB (Red+Green+Blue) = 189+132+105=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8469 is #427B96. Grayscale: #929292. Windows color (decimal): -4357015 or 6915261. OLE color: 6915261.

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

Color convert

RGB189132105-
CMYK00.300.440.26
HSL19.29º38.89%57.65%-
HSV(B)19.29º44.44%74.12%-
XYZ31.7928.3417.16-
YUV145.96104.88158.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=44.37%
G=30.99%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913210500.300.440.2619.2938.8957.65
HexBD846901E2C1A13273a
Octal2752041510365432234772
Binary101111011000010011010010111101011001101010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8469; }

 p { color: rgb(189,132,105); }

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

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

 a { background-color: rgb(189,132,105); }

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

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

 span { border-color: rgb(189,132,105); }

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