#BD896A

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

Shades of Burning Sand #BD896A

Tints of Burning Sand #BD896A

Color information

#BD896A (or 0xBD896A) is unknown color: approx Burning Sand. HEX triplet: BD, 89 and 6A. RGB value is (189,137,106). Sum of RGB (Red+Green+Blue) = 189+137+106=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD896A is #427695. Grayscale: #959595. Windows color (decimal): -4355734 or 6982077. OLE color: 6982077.

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

Color convert

RGB189137106-
CMYK00.280.440.26
HSL22.41º38.6%57.84%-
HSV(B)22.41º43.92%74.12%-
XYZ32.5329.7517.66-
YUV149.01103.73156.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=43.75%
G=31.71%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913710600.280.440.2622.4138.657.84
HexBD896A01C2C1A16273a
Octal2752111520345432264772
Binary101111011000100111010100111001011001101010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD896A; }

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

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

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

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

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

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

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

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