#BE8768

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

Shades of Burning Sand #BE8768

Tints of Burning Sand #BE8768

Color information

#BE8768 (or 0xBE8768) is unknown color: approx Burning Sand. HEX triplet: BE, 87 and 68. RGB value is (190,135,104). Sum of RGB (Red+Green+Blue) = 190+135+104=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8768 is #417897. Grayscale: #949494. Windows color (decimal): -4290712 or 6850494. OLE color: 6850494.

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

Color convert

RGB190135104-
CMYK00.290.450.25
HSL21.63º39.81%57.65%-
HSV(B)21.63º45.26%74.51%-
XYZ32.429.2717.04-
YUV147.91103.22158.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=44.29%
G=31.47%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013510400.290.450.2521.6339.8157.65
HexBE876801D2D1916283a
Octal2762071500355531265072
Binary101111101000011111010000111011011011100110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8768; }

 p { color: rgb(190,135,104); }

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

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

 a { background-color: rgb(190,135,104); }

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

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

 span { border-color: rgb(190,135,104); }

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