#BF7C5D

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

Shades of Burning Sand #BF7C5D

Tints of Burning Sand #BF7C5D

Color information

#BF7C5D (or 0xBF7C5D) is unknown color: approx Burning Sand. HEX triplet: BF, 7C and 5D. RGB value is (191,124,93). Sum of RGB (Red+Green+Blue) = 191+124+93=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C5D is #4083A2. Grayscale: #8C8C8C. Windows color (decimal): -4228003 or 6126783. OLE color: 6126783.

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

Color convert

RGB19112493-
CMYK00.350.510.25
HSL18.98º43.36%55.69%-
HSV(B)18.98º51.31%74.9%-
XYZ30.6726.2813.81-
YUV140.5101.2164.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 124 (48.83% from 255) = 30.39%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=46.81%
G=30.39%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911249300.350.510.2518.9843.3655.69
HexBF7C5D0233319132b38
Octal2771741350436331235370
Binary101111111111100101110101000111100111100110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C5D; }

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

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

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

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

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

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

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

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