#BE8085

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

Shades of Charm #BE8085

Tints of Charm #BE8085

Color information

#BE8085 (or 0xBE8085) is unknown color: approx Charm. HEX triplet: BE, 80 and 85. RGB value is (190,128,133). Sum of RGB (Red+Green+Blue) = 190+128+133=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8085 is #417F7A. Grayscale: #939393. Windows color (decimal): -4292475 or 8749246. OLE color: 8749246.

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

Color convert

RGB190128133-
CMYK00.330.30.25
HSL355.16º32.29%62.35%-
HSV(B)355.16º32.63%74.51%-
XYZ33.1928.0825.86-
YUV147.11120.04158.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=42.13%
G=28.38%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012813300.330.30.25355.1632.2962.35
HexBE80850211E19163203e
Octal27620020504136315434076
Binary10111110100000001000010101000011111011001101100011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8085; }

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

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

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

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

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

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

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

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