#BF8467

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

Shades of Burning Sand #BF8467

Tints of Burning Sand #BF8467

Color information

#BF8467 (or 0xBF8467) is unknown color: approx Burning Sand. HEX triplet: BF, 84 and 67. RGB value is (191,132,103). Sum of RGB (Red+Green+Blue) = 191+132+103=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8467 is #407B98. Grayscale: #929292. Windows color (decimal): -4225945 or 6784191. OLE color: 6784191.

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

Color convert

RGB191132103-
CMYK00.310.460.25
HSL19.77º40.74%57.65%-
HSV(B)19.77º46.07%74.9%-
XYZ32.1928.5616.65-
YUV146.33103.55159.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=44.84%
G=30.99%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113210300.310.460.2519.7740.7457.65
HexBF846701F2E1914293a
Octal2772041470375631245172
Binary101111111000010011001110111111011101100110100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8467; }

 p { color: rgb(191,132,103); }

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

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

 a { background-color: rgb(191,132,103); }

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

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

 span { border-color: rgb(191,132,103); }

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