#BE6856

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

Shades of Sunglo #BE6856

Tints of Sunglo #BE6856

Color information

#BE6856 (or 0xBE6856) is unknown color: approx Sunglo. HEX triplet: BE, 68 and 56. RGB value is (190,104,86). Sum of RGB (Red+Green+Blue) = 190+104+86=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6856 is #4197A9. Grayscale: #7F7F7F. Windows color (decimal): -4298666 or 5662910. OLE color: 5662910.

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

Color convert

RGB19010486-
CMYK00.450.550.25
HSL10.38º44.44%54.12%-
HSV(B)10.38º54.74%74.51%-
XYZ27.8721.5211.49-
YUV127.66104.49172.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=50%
G=27.37%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901048600.450.550.2510.3844.4454.12
HexBE685602D3719a2c36
Octal2761501260556731125466
Binary10111110110100010101100101101110111110011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6856; }

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

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

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

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

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

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

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

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