#FFBF9E

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

Shades of Romantic #FFBF9E

Tints of Romantic #FFBF9E

Color information

#FFBF9E (or 0xFFBF9E) is unknown color: approx Romantic. HEX triplet: FF, BF and 9E. RGB value is (255,191,158). Sum of RGB (Red+Green+Blue) = 255+191+158=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF9E is #004061. Grayscale: #CECECE. Windows color (decimal): -16482 or 10403839. OLE color: 10403839.

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

Color convert

RGB255191158-
CMYK00.250.380
HSL20.41º100%80.98%-
HSV(B)20.41º38.04%100%-
XYZ66.0460.9940.64-
YUV206.37100.7162.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 158 (62.11% from 255) = 26.16%
R=42.22%
G=31.62%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519115800.250.38020.4110080.98
HexFFBF9E019260146451
Octal37727723603146024144121
Binary11111111101111111001111001100110011001010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF9E; }

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

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

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

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

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

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

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

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