#BE8664

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

Shades of Burning Sand #BE8664

Tints of Burning Sand #BE8664

Color information

#BE8664 (or 0xBE8664) is unknown color: approx Burning Sand. HEX triplet: BE, 86 and 64. RGB value is (190,134,100). Sum of RGB (Red+Green+Blue) = 190+134+100=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8664 is #41799B. Grayscale: #939393. Windows color (decimal): -4290972 or 6588094. OLE color: 6588094.

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

Color convert

RGB190134100-
CMYK00.290.470.25
HSL22.67º40.91%56.86%-
HSV(B)22.67º47.37%74.51%-
XYZ32.0628.9215.95-
YUV146.87101.55158.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=44.81%
G=31.60%
B=23.58%

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
Decimal19013410000.290.470.2522.6740.9156.86
HexBE866401D2F19172939
Octal2762061440355731275171
Binary101111101000011011001000111011011111100110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8664; }

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

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

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

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

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

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

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

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