#FFBF99

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

Shades of Romantic #FFBF99

Tints of Romantic #FFBF99

Color information

#FFBF99 (or 0xFFBF99) is unknown color: approx Romantic. HEX triplet: FF, BF and 99. RGB value is (255,191,153). Sum of RGB (Red+Green+Blue) = 255+191+153=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF99 is #004066. Grayscale: #CECECE. Windows color (decimal): -16487 or 10076159. OLE color: 10076159.

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

Color convert

RGB255191153-
CMYK00.250.40
HSL22.35º100%80%-
HSV(B)22.35º40%100%-
XYZ65.6260.8238.42-
YUV205.898.2163.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=42.57%
G=31.89%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519115300.250.4022.3510080
HexFFBF99019280166450
Octal37727723103150026144120
Binary11111111101111111001100101100110100001011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF99; }

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

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

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

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

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

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

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

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