#BF8066

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

Shades of Burning Sand #BF8066

Tints of Burning Sand #BF8066

Color information

#BF8066 (or 0xBF8066) is unknown color: approx Burning Sand. HEX triplet: BF, 80 and 66. RGB value is (191,128,102). Sum of RGB (Red+Green+Blue) = 191+128+102=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8066 is #407F99. Grayscale: #909090. Windows color (decimal): -4226970 or 6717631. OLE color: 6717631.

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

Color convert

RGB191128102-
CMYK00.330.470.25
HSL17.53º41.01%57.45%-
HSV(B)17.53º46.6%74.9%-
XYZ31.627.4716.21-
YUV143.87104.37161.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 102 (40.23% from 255) = 24.23%
R=45.37%
G=30.40%
B=24.23%

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
Decimal19112810200.330.470.2517.5341.0157.45
HexBF80660212F19122939
Octal2772001460415731225171
Binary1011111110000000110011001000011011111100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8066; }

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

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

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

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

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

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

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

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