#BE886C

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

Shades of Burning Sand #BE886C

Tints of Burning Sand #BE886C

Color information

#BE886C (or 0xBE886C) is unknown color: approx Burning Sand. HEX triplet: BE, 88 and 6C. RGB value is (190,136,108). Sum of RGB (Red+Green+Blue) = 190+136+108=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE886C is #417793. Grayscale: #959595. Windows color (decimal): -4290452 or 7112894. OLE color: 7112894.

HSL color Cylindrical-coordinate representation of color #BE886C: hue angle of 20.49º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE886C is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB190136108-
CMYK00.280.430.25
HSL20.49º38.68%58.43%-
HSV(B)20.49º43.16%74.51%-
XYZ32.7529.6418.18-
YUV148.95104.89157.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=43.78%
G=31.34%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013610800.280.430.2520.4938.6858.43
HexBE886C01C2B1914273a
Octal2762101540345331244772
Binary101111101000100011011000111001010111100110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE886C; }

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

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

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

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

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

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

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

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