#BE9F9C

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

Shades of Eunry #BE9F9C

Tints of Eunry #BE9F9C

Color information

#BE9F9C (or 0xBE9F9C) is unknown color: approx Eunry. HEX triplet: BE, 9F and 9C. RGB value is (190,159,156). Sum of RGB (Red+Green+Blue) = 190+159+156=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F9C is #416063. Grayscale: #A7A7A7. Windows color (decimal): -4284516 or 10264510. OLE color: 10264510.

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

Color convert

RGB190159156-
CMYK00.160.180.25
HSL5.29º20.73%67.84%-
HSV(B)5.29º17.89%74.51%-
XYZ39.6338.1436.73-
YUV167.93121.27143.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=37.62%
G=31.49%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015915600.160.180.255.2920.7367.84
HexBE9F9C010121951544
Octal2762372340202231525104
Binary1011111010011111100111000100001001011001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F9C; }

 p { color: rgb(190,159,156); }

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

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

 a { background-color: rgb(190,159,156); }

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

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

 span { border-color: rgb(190,159,156); }

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