#BF825F

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

Shades of Burning Sand #BF825F

Tints of Burning Sand #BF825F

Color information

#BF825F (or 0xBF825F) is unknown color: approx Burning Sand. HEX triplet: BF, 82 and 5F. RGB value is (191,130,95). Sum of RGB (Red+Green+Blue) = 191+130+95=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF825F is #407DA0. Grayscale: #909090. Windows color (decimal): -4226465 or 6259391. OLE color: 6259391.

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

Color convert

RGB19113095-
CMYK00.320.500.25
HSL21.88º42.86%56.08%-
HSV(B)21.88º50.26%74.9%-
XYZ31.5327.8714.54-
YUV144.25100.21161.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=45.91%
G=31.25%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911309500.320.500.2521.8842.8656.08
HexBF825F0203219162b38
Octal2772021370406231265370
Binary1011111110000010101111101000001100101100110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF825F; }

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

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

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

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

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

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

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

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