#BD8269

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

Shades of Burning Sand #BD8269

Tints of Burning Sand #BD8269

Color information

#BD8269 (or 0xBD8269) is unknown color: approx Burning Sand. HEX triplet: BD, 82 and 69. RGB value is (189,130,105). Sum of RGB (Red+Green+Blue) = 189+130+105=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8269 is #427D96. Grayscale: #909090. Windows color (decimal): -4357527 or 6914749. OLE color: 6914749.

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

Color convert

RGB189130105-
CMYK00.310.440.26
HSL17.86º38.89%57.65%-
HSV(B)17.86º44.44%74.12%-
XYZ31.5227.817.07-
YUV144.79105.55159.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 105 (41.41% from 255) = 24.76%
R=44.58%
G=30.66%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913010500.310.440.2617.8638.8957.65
HexBD826901F2C1A12273a
Octal2752021510375432224772
Binary101111011000001011010010111111011001101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8269; }

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

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

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

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

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

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

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

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