#BF9D9A

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

Shades of Eunry #BF9D9A

Tints of Eunry #BF9D9A

Color information

#BF9D9A (or 0xBF9D9A) is unknown color: approx Eunry. HEX triplet: BF, 9D and 9A. RGB value is (191,157,154). Sum of RGB (Red+Green+Blue) = 191+157+154=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9D9A is #406265. Grayscale: #A6A6A6. Windows color (decimal): -4219494 or 10132927. OLE color: 10132927.

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

Color convert

RGB191157154-
CMYK00.180.190.25
HSL4.86º22.42%67.65%-
HSV(B)4.86º19.37%74.9%-
XYZ39.3837.5235.74-
YUV166.82120.76145.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=38.05%
G=31.27%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115715400.180.190.254.8622.4267.65
HexBF9D9A012131951644
Octal2772352320222331526104
Binary1011111110011101100110100100101001111001101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D9A; }

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

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

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

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

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

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

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

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