#BF8965

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

Shades of Burning Sand #BF8965

Tints of Burning Sand #BF8965

Color information

#BF8965 (or 0xBF8965) is unknown color: approx Burning Sand. HEX triplet: BF, 89 and 65. RGB value is (191,137,101). Sum of RGB (Red+Green+Blue) = 191+137+101=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8965 is #40769A. Grayscale: #959595. Windows color (decimal): -4224667 or 6654399. OLE color: 6654399.

HSL color Cylindrical-coordinate representation of color #BF8965: hue angle of 24º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF8965 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191137101-
CMYK00.280.470.25
HSL24º41.28%57.25%-
HSV(B)24º47.12%74.9%-
XYZ32.7829.9116.36-
YUV149.04100.89157.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=44.52%
G=31.93%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113710100.280.470.252441.2857.25
HexBF896501C2F19182939
Octal2772111450345731305171
Binary101111111000100111001010111001011111100111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8965; }

 p { color: rgb(191,137,101); }

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

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

 a { background-color: rgb(191,137,101); }

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

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

 span { border-color: rgb(191,137,101); }

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