#BF8061

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

Shades of Burning Sand #BF8061

Tints of Burning Sand #BF8061

Color information

#BF8061 (or 0xBF8061) is unknown color: approx Burning Sand. HEX triplet: BF, 80 and 61. RGB value is (191,128,97). Sum of RGB (Red+Green+Blue) = 191+128+97=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8061 is #407F9E. Grayscale: #8F8F8F. Windows color (decimal): -4226975 or 6389951. OLE color: 6389951.

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

Color convert

RGB19112897-
CMYK00.330.490.25
HSL19.79º42.34%56.47%-
HSV(B)19.79º49.21%74.9%-
XYZ31.3627.3814.94-
YUV143.3101.87162.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=45.91%
G=30.77%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911289700.330.490.2519.7942.3456.47
HexBF80610213119142a38
Octal2772001410416131245270
Binary1011111110000000110000101000011100011100110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8061; }

 p { color: rgb(191,128,97); }

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

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

 a { background-color: rgb(191,128,97); }

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

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

 span { border-color: rgb(191,128,97); }

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