#BE8065

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

Shades of Burning Sand #BE8065

Tints of Burning Sand #BE8065

Color information

#BE8065 (or 0xBE8065) is unknown color: approx Burning Sand. HEX triplet: BE, 80 and 65. RGB value is (190,128,101). Sum of RGB (Red+Green+Blue) = 190+128+101=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8065 is #417F9A. Grayscale: #8F8F8F. Windows color (decimal): -4292507 or 6652094. OLE color: 6652094.

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

Color convert

RGB190128101-
CMYK00.330.470.25
HSL18.2º40.64%57.06%-
HSV(B)18.2º46.84%74.51%-
XYZ31.327.3315.94-
YUV143.46104.04161.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=45.35%
G=30.55%
B=24.11%

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
Decimal19012810100.330.470.2518.240.6457.06
HexBE80650212F19122939
Octal2762001450415731225171
Binary1011111010000000110010101000011011111100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8065; }

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

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

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

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

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

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

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

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