#FFBF95

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

Shades of Romantic #FFBF95

Tints of Romantic #FFBF95

Color information

#FFBF95 (or 0xFFBF95) is unknown color: approx Romantic. HEX triplet: FF, BF and 95. RGB value is (255,191,149). Sum of RGB (Red+Green+Blue) = 255+191+149=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF95 is #00406A. Grayscale: #CDCDCD. Windows color (decimal): -16491 or 9814015. OLE color: 9814015.

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

Color convert

RGB255191149-
CMYK00.250.420
HSL23.77º100%79.22%-
HSV(B)23.77º41.57%100%-
XYZ65.360.6936.71-
YUV205.3596.2163.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=42.86%
G=32.10%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519114900.250.42023.7710079.22
HexFFBF950192A018644f
Octal37727722503152030144117
Binary11111111101111111001010101100110101001100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF95; }

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

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

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

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

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

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

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

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