#BF8765

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

Shades of Burning Sand #BF8765

Tints of Burning Sand #BF8765

Color information

#BF8765 (or 0xBF8765) is unknown color: approx Burning Sand. HEX triplet: BF, 87 and 65. RGB value is (191,135,101). Sum of RGB (Red+Green+Blue) = 191+135+101=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8765 is #40789A. Grayscale: #949494. Windows color (decimal): -4225179 or 6653887. OLE color: 6653887.

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

Color convert

RGB191135101-
CMYK00.290.470.25
HSL22.67º41.28%57.25%-
HSV(B)22.67º47.12%74.9%-
XYZ32.529.3416.26-
YUV147.87101.55158.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=44.73%
G=31.62%
B=23.65%

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
Decimal19113510100.290.470.2522.6741.2857.25
HexBF876501D2F19172939
Octal2772071450355731275171
Binary101111111000011111001010111011011111100110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8765; }

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

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

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

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

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

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

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

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