#BF8169

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

Shades of Burning Sand #BF8169

Tints of Burning Sand #BF8169

Color information

#BF8169 (or 0xBF8169) is unknown color: approx Burning Sand. HEX triplet: BF, 81 and 69. RGB value is (191,129,105). Sum of RGB (Red+Green+Blue) = 191+129+105=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8169 is #407E96. Grayscale: #909090. Windows color (decimal): -4226711 or 6914495. OLE color: 6914495.

HSL color Cylindrical-coordinate representation of color #BF8169: hue angle of 16.74º 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 #BF8169 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB191129105-
CMYK00.320.450.25
HSL16.74º40.19%58.04%-
HSV(B)16.74º45.03%74.9%-
XYZ31.8927.817.05-
YUV144.8105.54160.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=44.94%
G=30.35%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112910500.320.450.2516.7440.1958.04
HexBF81690202D1911283a
Octal2772011510405531215072
Binary1011111110000001110100101000001011011100110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8169; }

 p { color: rgb(191,129,105); }

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

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

 a { background-color: rgb(191,129,105); }

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

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

 span { border-color: rgb(191,129,105); }

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