#BF8763

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

Shades of Burning Sand #BF8763

Tints of Burning Sand #BF8763

Color information

#BF8763 (or 0xBF8763) is unknown color: approx Burning Sand. HEX triplet: BF, 87 and 63. RGB value is (191,135,99). Sum of RGB (Red+Green+Blue) = 191+135+99=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8763 is #40789C. Grayscale: #939393. Windows color (decimal): -4225181 or 6522815. OLE color: 6522815.

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

Color convert

RGB19113599-
CMYK00.290.480.25
HSL23.48º41.82%56.86%-
HSV(B)23.48º48.17%74.9%-
XYZ32.429.3115.75-
YUV147.64100.55158.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 135 (53.12% from 255) = 31.76%
BLUE value IS 99 (39.06% from 255) = 23.29%
R=44.94%
G=31.76%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911359900.290.480.2523.4841.8256.86
HexBF876301D3019172a39
Octal2772071430356031275271
Binary101111111000011111000110111011100001100110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8763; }

 p { color: rgb(191,135,99); }

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

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

 a { background-color: rgb(191,135,99); }

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

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

 span { border-color: rgb(191,135,99); }

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