#FFBF8F

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

Shades of Romantic #FFBF8F

Tints of Romantic #FFBF8F

Color information

#FFBF8F (or 0xFFBF8F) is unknown color: approx Romantic. HEX triplet: FF, BF and 8F. RGB value is (255,191,143). Sum of RGB (Red+Green+Blue) = 255+191+143=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF8F is #004070. Grayscale: #CCCCCC. Windows color (decimal): -16497 or 9420799. OLE color: 9420799.

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

Color convert

RGB255191143-
CMYK00.250.440
HSL25.71º100%78.04%-
HSV(B)25.71º43.92%100%-
XYZ64.8360.534.25-
YUV204.6693.2163.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 143 (56.25% from 255) = 24.28%
R=43.29%
G=32.43%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519114300.250.44025.7110078.04
HexFFBF8F0192C01a644e
Octal37727721703154032144116
Binary11111111101111111000111101100110110001101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF8F; }

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

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

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

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

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

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

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

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