#BF9F98

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

Shades of Eunry #BF9F98

Tints of Eunry #BF9F98

Color information

#BF9F98 (or 0xBF9F98) is unknown color: approx Eunry. HEX triplet: BF, 9F and 98. RGB value is (191,159,152). Sum of RGB (Red+Green+Blue) = 191+159+152=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F98 is #406067. Grayscale: #A7A7A7. Windows color (decimal): -4218984 or 10002367. OLE color: 10002367.

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

Color convert

RGB191159152-
CMYK00.170.200.25
HSL10.77º23.35%67.25%-
HSV(B)10.77º20.42%74.9%-
XYZ39.5538.1434.98-
YUV167.77119.1144.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=38.05%
G=31.67%
B=30.28%

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
Decimal19115915200.170.200.2510.7723.3567.25
HexBF9F980111419b1743
Octal27723723002124311327103
Binary10111111100111111001100001000110100110011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9F98; }

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

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

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

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

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

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

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

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