#BF8165

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

Shades of Burning Sand #BF8165

Tints of Burning Sand #BF8165

Color information

#BF8165 (or 0xBF8165) is unknown color: approx Burning Sand. HEX triplet: BF, 81 and 65. RGB value is (191,129,101). Sum of RGB (Red+Green+Blue) = 191+129+101=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8165 is #407E9A. Grayscale: #909090. Windows color (decimal): -4226715 or 6652351. OLE color: 6652351.

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

Color convert

RGB191129101-
CMYK00.320.470.25
HSL18.67º41.28%57.25%-
HSV(B)18.67º47.12%74.9%-
XYZ31.6927.7215.99-
YUV144.35103.54161.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=45.37%
G=30.64%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112910100.320.470.2518.6741.2857.25
HexBF81650202F19132939
Octal2772011450405731235171
Binary1011111110000001110010101000001011111100110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8165; }

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

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

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

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

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

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

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

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