#FFBF93

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

Shades of Romantic #FFBF93

Tints of Romantic #FFBF93

Color information

#FFBF93 (or 0xFFBF93) is unknown color: approx Romantic. HEX triplet: FF, BF and 93. RGB value is (255,191,147). Sum of RGB (Red+Green+Blue) = 255+191+147=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF93 is #00406C. Grayscale: #CDCDCD. Windows color (decimal): -16493 or 9682943. OLE color: 9682943.

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

Color convert

RGB255191147-
CMYK00.250.420
HSL24.44º100%78.82%-
HSV(B)24.44º42.35%100%-
XYZ65.1460.6335.87-
YUV205.1295.2163.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 147 (57.81% from 255) = 24.79%
R=43.00%
G=32.21%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519114700.250.42024.4410078.82
HexFFBF930192A018644f
Octal37727722303152030144117
Binary11111111101111111001001101100110101001100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBF93; }

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

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

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

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

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

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

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

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