#BE816A

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

Shades of Burning Sand #BE816A

Tints of Burning Sand #BE816A

Color information

#BE816A (or 0xBE816A) is unknown color: approx Burning Sand. HEX triplet: BE, 81 and 6A. RGB value is (190,129,106). Sum of RGB (Red+Green+Blue) = 190+129+106=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE816A is #417E95. Grayscale: #909090. Windows color (decimal): -4292246 or 6980030. OLE color: 6980030.

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

Color convert

RGB190129106-
CMYK00.320.440.25
HSL16.43º39.25%58.04%-
HSV(B)16.43º44.21%74.51%-
XYZ31.6927.6917.31-
YUV144.62106.21160.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=44.71%
G=30.35%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012910600.320.440.2516.4339.2558.04
HexBE816A0202C1910273a
Octal2762011520405431204772
Binary1011111010000001110101001000001011001100110000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE816A; }

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

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

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

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

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

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

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

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