#BF8669

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

Shades of Burning Sand #BF8669

Tints of Burning Sand #BF8669

Color information

#BF8669 (or 0xBF8669) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 69. RGB value is (191,134,105). Sum of RGB (Red+Green+Blue) = 191+134+105=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8669 is #407996. Grayscale: #939393. Windows color (decimal): -4225431 or 6915775. OLE color: 6915775.

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

Color convert

RGB191134105-
CMYK00.300.450.25
HSL20.23º40.19%58.04%-
HSV(B)20.23º45.03%74.9%-
XYZ32.5629.1517.27-
YUV147.74103.88158.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=44.42%
G=31.16%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113410500.300.450.2520.2340.1958.04
HexBF866901E2D1914283a
Octal2772061510365531245072
Binary101111111000011011010010111101011011100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8669; }

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

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

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

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

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

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

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

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