Html Css Color HEX #FFBF95 Romantic

📋 copy color: '#FFBF95'

red 255 ◦ green 191 ◦ blue 149

#FFBF95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #FFBF95

Tints of Romantic #FFBF95

RGB

 RED value IS 255 (100% from 255) = 42.86%

 GREEN value IS 191 (75% from 255) = 32.1%

 BLUE value IS 149 (58.59% from 255) = 25.04%

R = 42.86%
G = 32.1%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFBF95 (or 0xFFBF95) is known color: 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

RGB 255 191 149 -
CMYK 0 0.25 0.42 0
HSL 23.77º 1% 0.79% -
HSV(B) 23.77º 0.42% 1% -
XYZ 65.3 60.69 36.71 -
YUV 205.35 96.2 163.42 -
System Red Green Blue C M Y K H S L
Decimal 255 191 149 0 0.25 0.42 0 23.77 1 0.79
Hex FF BF 95 0 19 2A 0 18 64 4F
Octal 377 277 225 0 31 52 0 30 144 117
Binary 11111111 10111111 10010101 0 11001 101010 0 11000 1100100 1001111

Color Harmonies of #FFBF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF95

Black with #FFBF95

Text Example


Text Example

White with #FFBF95

Text Example


Text Example

HTML Codes & Css Web 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>