#BF8668

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

Shades of Burning Sand #BF8668

Tints of Burning Sand #BF8668

Color information

#BF8668 (or 0xBF8668) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 68. RGB value is (191,134,104). Sum of RGB (Red+Green+Blue) = 191+134+104=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8668 is #407997. Grayscale: #939393. Windows color (decimal): -4225432 or 6850239. OLE color: 6850239.

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

Color convert

RGB191134104-
CMYK00.300.460.25
HSL20.69º40.47%57.84%-
HSV(B)20.69º45.55%74.9%-
XYZ32.5129.1317.01-
YUV147.62103.38158.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=44.52%
G=31.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113410400.300.460.2520.6940.4757.84
HexBF866801E2E1915283a
Octal2772061500365631255072
Binary101111111000011011010000111101011101100110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8668; }

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

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

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

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

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

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

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

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