#BF9D99

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

Shades of Eunry #BF9D99

Tints of Eunry #BF9D99

Color information

#BF9D99 (or 0xBF9D99) is unknown color: approx Eunry. HEX triplet: BF, 9D and 99. RGB value is (191,157,153). Sum of RGB (Red+Green+Blue) = 191+157+153=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D99 is #406266. Grayscale: #A6A6A6. Windows color (decimal): -4219495 or 10067391. OLE color: 10067391.

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

Color convert

RGB191157153-
CMYK00.180.200.25
HSL6.32º22.89%67.45%-
HSV(B)6.32º19.9%74.9%-
XYZ39.2937.4935.3-
YUV166.71120.26145.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=38.12%
G=31.34%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115715300.180.200.256.3222.8967.45
HexBF9D99012141961743
Octal2772352310222431627103
Binary1011111110011101100110010100101010011001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D99; }

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

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

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

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

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

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

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

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