#BE9E9B

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

Shades of Eunry #BE9E9B

Tints of Eunry #BE9E9B

Color information

#BE9E9B (or 0xBE9E9B) is unknown color: approx Eunry. HEX triplet: BE, 9E and 9B. RGB value is (190,158,155). Sum of RGB (Red+Green+Blue) = 190+158+155=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E9B is #416164. Grayscale: #A7A7A7. Windows color (decimal): -4284773 or 10198718. OLE color: 10198718.

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

Color convert

RGB190158155-
CMYK00.170.180.25
HSL5.14º21.21%67.65%-
HSV(B)5.14º18.42%74.51%-
XYZ39.3837.7736.22-
YUV167.23121.1144.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=37.77%
G=31.41%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015815500.170.180.255.1421.2167.65
HexBE9E9B011121951544
Octal2762362330212231525104
Binary1011111010011110100110110100011001011001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E9B; }

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

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

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

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

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

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

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

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