#BF9E99

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

Shades of Eunry #BF9E99

Tints of Eunry #BF9E99

Color information

#BF9E99 (or 0xBF9E99) is unknown color: approx Eunry. HEX triplet: BF, 9E and 99. RGB value is (191,158,153). Sum of RGB (Red+Green+Blue) = 191+158+153=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9E99 is #406166. Grayscale: #A7A7A7. Windows color (decimal): -4219239 or 10067647. OLE color: 10067647.

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

Color convert

RGB191158153-
CMYK00.170.200.25
HSL7.89º22.89%67.45%-
HSV(B)7.89º19.9%74.9%-
XYZ39.4637.8335.36-
YUV167.3119.93144.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=38.05%
G=31.47%
B=30.48%

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
Decimal19115815300.170.200.257.8922.8967.45
HexBF9E99011141981743
Octal27723623102124311027103
Binary10111111100111101001100101000110100110011000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E99; }

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

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

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

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

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

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

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

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