#BF9F99

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

Shades of Eunry #BF9F99

Tints of Eunry #BF9F99

Color information

#BF9F99 (or 0xBF9F99) is unknown color: approx Eunry. HEX triplet: BF, 9F and 99. RGB value is (191,159,153). Sum of RGB (Red+Green+Blue) = 191+159+153=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F99 is #406066. Grayscale: #A7A7A7. Windows color (decimal): -4218983 or 10067903. OLE color: 10067903.

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

Color convert

RGB191159153-
CMYK00.170.200.25
HSL9.47º22.89%67.45%-
HSV(B)9.47º19.9%74.9%-
XYZ39.6338.1735.42-
YUV167.88119.6144.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=37.97%
G=31.61%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115915300.170.200.259.4722.8967.45
HexBF9F99011141991743
Octal27723723102124311127103
Binary10111111100111111001100101000110100110011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F99; }

 p { color: rgb(191,159,153); }

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

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

 a { background-color: rgb(191,159,153); }

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

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

 span { border-color: rgb(191,159,153); }

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