#BF8764

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

Shades of Burning Sand #BF8764

Tints of Burning Sand #BF8764

Color information

#BF8764 (or 0xBF8764) is unknown color: approx Burning Sand. HEX triplet: BF, 87 and 64. RGB value is (191,135,100). Sum of RGB (Red+Green+Blue) = 191+135+100=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8764 is #40789B. Grayscale: #939393. Windows color (decimal): -4225180 or 6588351. OLE color: 6588351.

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

Color convert

RGB191135100-
CMYK00.290.480.25
HSL23.08º41.55%57.06%-
HSV(B)23.08º47.64%74.9%-
XYZ32.4529.3216.01-
YUV147.75101.05158.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=44.84%
G=31.69%
B=23.47%

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
Decimal19113510000.290.480.2523.0841.5557.06
HexBF876401D3019172a39
Octal2772071440356031275271
Binary101111111000011111001000111011100001100110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8764; }

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

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

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

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

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

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

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

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