#BE9E99

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

Shades of Eunry #BE9E99

Tints of Eunry #BE9E99

Color information

#BE9E99 (or 0xBE9E99) is unknown color: approx Eunry. HEX triplet: BE, 9E and 99. RGB value is (190,158,153). Sum of RGB (Red+Green+Blue) = 190+158+153=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E99 is #416166. Grayscale: #A7A7A7. Windows color (decimal): -4284775 or 10067646. OLE color: 10067646.

HSL color Cylindrical-coordinate representation of color #BE9E99: hue angle of 8.11º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9E99 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190158153-
CMYK00.170.190.25
HSL8.11º22.16%67.25%-
HSV(B)8.11º19.47%74.51%-
XYZ39.2137.735.35-
YUV167120.1144.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=37.92%
G=31.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015815300.170.190.258.1122.1667.25
HexBE9E99011131981643
Octal27623623102123311026103
Binary10111110100111101001100101000110011110011000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E99; }

 p { color: rgb(190,158,153); }

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

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

 a { background-color: rgb(190,158,153); }

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

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

 span { border-color: rgb(190,158,153); }

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