#BF8065

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

Shades of Burning Sand #BF8065

Tints of Burning Sand #BF8065

Color information

#BF8065 (or 0xBF8065) is unknown color: approx Burning Sand. HEX triplet: BF, 80 and 65. RGB value is (191,128,101). Sum of RGB (Red+Green+Blue) = 191+128+101=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8065 is #407F9A. Grayscale: #8F8F8F. Windows color (decimal): -4226971 or 6652095. OLE color: 6652095.

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

Color convert

RGB191128101-
CMYK00.330.470.25
HSL18º41.28%57.25%-
HSV(B)18º47.12%74.9%-
XYZ31.5527.4515.95-
YUV143.76103.87161.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=45.48%
G=30.48%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112810100.330.470.251841.2857.25
HexBF80650212F19122939
Octal2772001450415731225171
Binary1011111110000000110010101000011011111100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8065; }

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

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

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

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

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

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

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

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