#BF7F5F

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

Shades of Burning Sand #BF7F5F

Tints of Burning Sand #BF7F5F

Color information

#BF7F5F (or 0xBF7F5F) is unknown color: approx Burning Sand. HEX triplet: BF, 7F and 5F. RGB value is (191,127,95). Sum of RGB (Red+Green+Blue) = 191+127+95=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F5F is #4080A0. Grayscale: #8E8E8E. Windows color (decimal): -4227233 or 6258623. OLE color: 6258623.

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

Color convert

RGB19112795-
CMYK00.340.500.25
HSL20º42.86%56.08%-
HSV(B)20º50.26%74.9%-
XYZ31.1427.0814.41-
YUV142.49101.2162.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=46.25%
G=30.75%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911279500.340.500.252042.8656.08
HexBF7F5F0223219142b38
Octal2771771370426231245370
Binary101111111111111101111101000101100101100110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F5F; }

 p { color: rgb(191,127,95); }

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

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

 a { background-color: rgb(191,127,95); }

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

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

 span { border-color: rgb(191,127,95); }

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