#BF9E9A

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

Shades of Eunry #BF9E9A

Tints of Eunry #BF9E9A

Color information

#BF9E9A (or 0xBF9E9A) is unknown color: approx Eunry. HEX triplet: BF, 9E and 9A. RGB value is (191,158,154). Sum of RGB (Red+Green+Blue) = 191+158+154=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E9A is #406165. Grayscale: #A7A7A7. Windows color (decimal): -4219238 or 10133183. OLE color: 10133183.

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

Color convert

RGB191158154-
CMYK00.170.190.25
HSL6.49º22.42%67.65%-
HSV(B)6.49º19.37%74.9%-
XYZ39.5537.8635.8-
YUV167.41120.43144.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=37.97%
G=31.41%
B=30.62%

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
Decimal19115815400.170.190.256.4922.4267.65
HexBF9E9A011131961644
Octal2772362320212331626104
Binary1011111110011110100110100100011001111001110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E9A; }

 p { color: rgb(191,158,154); }

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

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

 a { background-color: rgb(191,158,154); }

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

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

 span { border-color: rgb(191,158,154); }

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