#BE856A

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

Shades of Burning Sand #BE856A

Tints of Burning Sand #BE856A

Color information

#BE856A (or 0xBE856A) is unknown color: approx Burning Sand. HEX triplet: BE, 85 and 6A. RGB value is (190,133,106). Sum of RGB (Red+Green+Blue) = 190+133+106=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE856A is #417A95. Grayscale: #939393. Windows color (decimal): -4291222 or 6981054. OLE color: 6981054.

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

Color convert

RGB190133106-
CMYK00.30.440.25
HSL19.29º39.25%58.04%-
HSV(B)19.29º44.21%74.51%-
XYZ32.2228.7617.49-
YUV146.96104.88158.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=44.29%
G=31.00%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013310600.30.440.2519.2939.2558.04
HexBE856A01E2C1913273a
Octal2762051520365431234772
Binary101111101000010111010100111101011001100110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE856A; }

 p { color: rgb(190,133,106); }

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

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

 a { background-color: rgb(190,133,106); }

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

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

 span { border-color: rgb(190,133,106); }

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