#BE8665

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

Shades of Burning Sand #BE8665

Tints of Burning Sand #BE8665

Color information

#BE8665 (or 0xBE8665) is unknown color: approx Burning Sand. HEX triplet: BE, 86 and 65. RGB value is (190,134,101). Sum of RGB (Red+Green+Blue) = 190+134+101=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8665 is #41799A. Grayscale: #939393. Windows color (decimal): -4290971 or 6653630. OLE color: 6653630.

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

Color convert

RGB190134101-
CMYK00.290.470.25
HSL22.25º40.64%57.06%-
HSV(B)22.25º46.84%74.51%-
XYZ32.1128.9416.2-
YUV146.98102.05158.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=44.71%
G=31.53%
B=23.76%

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
Decimal19013410100.290.470.2522.2540.6457.06
HexBE866501D2F19162939
Octal2762061450355731265171
Binary101111101000011011001010111011011111100110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8665; }

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

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

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

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

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

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

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

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