#FFBF9F

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

Shades of Romantic #FFBF9F

Tints of Romantic #FFBF9F

Color information

#FFBF9F (or 0xFFBF9F) is unknown color: approx Romantic. HEX triplet: FF, BF and 9F. RGB value is (255,191,159). Sum of RGB (Red+Green+Blue) = 255+191+159=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF9F is #004060. Grayscale: #CECECE. Windows color (decimal): -16481 or 10469375. OLE color: 10469375.

HSL color Cylindrical-coordinate representation of color #FFBF9F: hue angle of 20º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFBF9F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255191159-
CMYK00.250.380
HSL20º100%81.18%-
HSV(B)20º37.65%100%-
XYZ66.1361.0241.09-
YUV206.49101.2162.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 159 (62.5% from 255) = 26.28%
R=42.15%
G=31.57%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519115900.250.3802010081.18
HexFFBF9F019260146451
Octal37727723703146024144121
Binary11111111101111111001111101100110011001010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF9F; }

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

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

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

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

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

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

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

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