#FFBF8E

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

Shades of Romantic #FFBF8E

Tints of Romantic #FFBF8E

Color information

#FFBF8E (or 0xFFBF8E) is unknown color: approx Romantic. HEX triplet: FF, BF and 8E. RGB value is (255,191,142). Sum of RGB (Red+Green+Blue) = 255+191+142=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF8E is #004071. Grayscale: #CCCCCC. Windows color (decimal): -16498 or 9355263. OLE color: 9355263.

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

Color convert

RGB255191142-
CMYK00.250.440
HSL26.02º100%77.84%-
HSV(B)26.02º44.31%100%-
XYZ64.7560.4733.85-
YUV204.5592.7163.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 142 (55.86% from 255) = 24.15%
R=43.37%
G=32.48%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519114200.250.44026.0210077.84
HexFFBF8E0192C01a644e
Octal37727721603154032144116
Binary11111111101111111000111001100110110001101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF8E; }

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

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

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

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

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

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

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

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