#BE8765

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

Shades of Burning Sand #BE8765

Tints of Burning Sand #BE8765

Color information

#BE8765 (or 0xBE8765) is unknown color: approx Burning Sand. HEX triplet: BE, 87 and 65. RGB value is (190,135,101). Sum of RGB (Red+Green+Blue) = 190+135+101=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8765 is #41789A. Grayscale: #939393. Windows color (decimal): -4290715 or 6653886. OLE color: 6653886.

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

Color convert

RGB190135101-
CMYK00.290.470.25
HSL22.92º40.64%57.06%-
HSV(B)22.92º46.84%74.51%-
XYZ32.2529.2116.25-
YUV147.57101.72158.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 101 (39.84% from 255) = 23.71%
R=44.60%
G=31.69%
B=23.71%

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
Decimal19013510100.290.470.2522.9240.6457.06
HexBE876501D2F19172939
Octal2762071450355731275171
Binary101111101000011111001010111011011111100110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8765; }

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

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

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

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

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

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

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

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