#BF8661

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

Shades of Burning Sand #BF8661

Tints of Burning Sand #BF8661

Color information

#BF8661 (or 0xBF8661) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 61. RGB value is (191,134,97). Sum of RGB (Red+Green+Blue) = 191+134+97=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8661 is #40799E. Grayscale: #939393. Windows color (decimal): -4225439 or 6391487. OLE color: 6391487.

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

Color convert

RGB19113497-
CMYK00.300.490.25
HSL23.62º42.34%56.47%-
HSV(B)23.62º49.21%74.9%-
XYZ32.1728.9915.21-
YUV146.8299.88159.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=45.26%
G=31.75%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911349700.300.490.2523.6242.3456.47
HexBF866101E3119182a38
Octal2772061410366131305270
Binary101111111000011011000010111101100011100111000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8661; }

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

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

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

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

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

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

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

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