#BF886A

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

Shades of Burning Sand #BF886A

Tints of Burning Sand #BF886A

Color information

#BF886A (or 0xBF886A) is unknown color: approx Burning Sand. HEX triplet: BF, 88 and 6A. RGB value is (191,136,106). Sum of RGB (Red+Green+Blue) = 191+136+106=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF886A is #407795. Grayscale: #959595. Windows color (decimal): -4224918 or 6981823. OLE color: 6981823.

HSL color Cylindrical-coordinate representation of color #BF886A: hue angle of 21.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF886A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191136106-
CMYK00.290.450.25
HSL21.18º39.91%58.24%-
HSV(B)21.18º44.5%74.9%-
XYZ32.8929.7317.64-
YUV149.02103.72157.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=44.11%
G=31.41%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113610600.290.450.2521.1839.9158.24
HexBF886A01D2D1915283a
Octal2772101520355531255072
Binary101111111000100011010100111011011011100110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF886A; }

 p { color: rgb(191,136,106); }

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

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

 a { background-color: rgb(191,136,106); }

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

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

 span { border-color: rgb(191,136,106); }

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