#BF8362

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

Shades of Burning Sand #BF8362

Tints of Burning Sand #BF8362

Color information

#BF8362 (or 0xBF8362) is unknown color: approx Burning Sand. HEX triplet: BF, 83 and 62. RGB value is (191,131,98). Sum of RGB (Red+Green+Blue) = 191+131+98=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8362 is #407C9D. Grayscale: #919191. Windows color (decimal): -4226206 or 6456255. OLE color: 6456255.

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

Color convert

RGB19113198-
CMYK00.310.490.25
HSL21.29º42.08%56.67%-
HSV(B)21.29º48.69%74.9%-
XYZ31.8128.1915.32-
YUV145.18101.38160.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=45.48%
G=31.19%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911319800.310.490.2521.2942.0856.67
HexBF836201F3119152a39
Octal2772031420376131255271
Binary101111111000001111000100111111100011100110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8362; }

 p { color: rgb(191,131,98); }

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

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

 a { background-color: rgb(191,131,98); }

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

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

 span { border-color: rgb(191,131,98); }

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