#BF8865

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

Shades of Burning Sand #BF8865

Tints of Burning Sand #BF8865

Color information

#BF8865 (or 0xBF8865) is unknown color: approx Burning Sand. HEX triplet: BF, 88 and 65. RGB value is (191,136,101). Sum of RGB (Red+Green+Blue) = 191+136+101=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8865 is #40779A. Grayscale: #949494. Windows color (decimal): -4224923 or 6654143. OLE color: 6654143.

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

Color convert

RGB191136101-
CMYK00.290.470.25
HSL23.33º41.28%57.25%-
HSV(B)23.33º47.12%74.9%-
XYZ32.6429.6216.31-
YUV148.45101.22158.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=44.63%
G=31.78%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113610100.290.470.2523.3341.2857.25
HexBF886501D2F19172939
Octal2772101450355731275171
Binary101111111000100011001010111011011111100110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8865; }

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

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

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

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

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

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

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

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