#BE8465

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

Shades of Burning Sand #BE8465

Tints of Burning Sand #BE8465

Color information

#BE8465 (or 0xBE8465) is unknown color: approx Burning Sand. HEX triplet: BE, 84 and 65. RGB value is (190,132,101). Sum of RGB (Red+Green+Blue) = 190+132+101=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8465 is #417B9A. Grayscale: #919191. Windows color (decimal): -4291483 or 6653118. OLE color: 6653118.

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

Color convert

RGB190132101-
CMYK00.310.470.25
HSL20.9º40.64%57.06%-
HSV(B)20.9º46.84%74.51%-
XYZ31.8428.3916.11-
YUV145.81102.72159.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=44.92%
G=31.21%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013210100.310.470.2520.940.6457.06
HexBE846501F2F19152939
Octal2762041450375731255171
Binary101111101000010011001010111111011111100110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8465; }

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

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

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

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

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

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

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

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