#BF7E5D

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

Shades of Burning Sand #BF7E5D

Tints of Burning Sand #BF7E5D

Color information

#BF7E5D (or 0xBF7E5D) is unknown color: approx Burning Sand. HEX triplet: BF, 7E and 5D. RGB value is (191,126,93). Sum of RGB (Red+Green+Blue) = 191+126+93=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E5D is #4081A2. Grayscale: #8D8D8D. Windows color (decimal): -4227491 or 6127295. OLE color: 6127295.

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

Color convert

RGB19112693-
CMYK00.340.510.25
HSL20.2º43.36%55.69%-
HSV(B)20.2º51.31%74.9%-
XYZ30.9226.7913.9-
YUV141.67100.53163.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=46.59%
G=30.73%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911269300.340.510.2520.243.3655.69
HexBF7E5D0223319142b38
Octal2771761350426331245370
Binary101111111111110101110101000101100111100110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E5D; }

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

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

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

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

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

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

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

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