#BE8865

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

Shades of Burning Sand #BE8865

Tints of Burning Sand #BE8865

Color information

#BE8865 (or 0xBE8865) is unknown color: approx Burning Sand. HEX triplet: BE, 88 and 65. RGB value is (190,136,101). Sum of RGB (Red+Green+Blue) = 190+136+101=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8865 is #41779A. Grayscale: #949494. Windows color (decimal): -4290459 or 6654142. OLE color: 6654142.

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

Color convert

RGB190136101-
CMYK00.280.470.25
HSL23.6º40.64%57.06%-
HSV(B)23.6º46.84%74.51%-
XYZ32.3929.516.3-
YUV148.16101.39157.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 101 (39.84% from 255) = 23.65%
R=44.50%
G=31.85%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013610100.280.470.2523.640.6457.06
HexBE886501C2F19182939
Octal2762101450345731305171
Binary101111101000100011001010111001011111100111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8865; }

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

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

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

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

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

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

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

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