#BF7E64

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

Shades of Burning Sand #BF7E64

Tints of Burning Sand #BF7E64

Color information

#BF7E64 (or 0xBF7E64) is unknown color: approx Burning Sand. HEX triplet: BF, 7E and 64. RGB value is (191,126,100). Sum of RGB (Red+Green+Blue) = 191+126+100=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E64 is #40819B. Grayscale: #8E8E8E. Windows color (decimal): -4227484 or 6586047. OLE color: 6586047.

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

Color convert

RGB191126100-
CMYK00.340.480.25
HSL17.14º41.55%57.06%-
HSV(B)17.14º47.64%74.9%-
XYZ31.2526.9215.61-
YUV142.47104.03162.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=45.80%
G=30.22%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112610000.340.480.2517.1441.5557.06
HexBF7E640223019112a39
Octal2771761440426031215271
Binary101111111111110110010001000101100001100110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E64; }

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

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

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

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

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

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

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

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