Html Css Color HEX #FFBF96 Romantic

📋 copy color: '#FFBF96'

red 255 ◦ green 191 ◦ blue 150

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

Shades of Romantic #FFBF96

Tints of Romantic #FFBF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 42.79%
G = 32.05%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFBF96 (or 0xFFBF96) is known color: Romantic. HEX triplet: FF, BF and 96. RGB value is (255,191,150). Sum of RGB (Red+Green+Blue) = 255+191+150=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF96 is #004069. Grayscale: #CDCDCD. Windows color (decimal): -16490 or 9879551. OLE color: 9879551.

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

Color convert

RGB 255 191 150 -
CMYK 0 0.25 0.41 0
HSL 23.43º 1% 0.79% -
HSV(B) 23.43º 0.41% 1% -
XYZ 65.38 60.72 37.13 -
YUV 205.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 255 191 150 0 0.25 0.41 0 23.43 1 0.79
Hex FF BF 96 0 19 29 0 17 64 4F
Octal 377 277 226 0 31 51 0 27 144 117
Binary 11111111 10111111 10010110 0 11001 101001 0 10111 1100100 1001111

Color Harmonies of #FFBF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF96

Black with #FFBF96

Text Example


Text Example

White with #FFBF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF96; }

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

 H1.HeaderClassName
 {
   color: #FFBF96;
 }
 .AnyTagClassName
 {
   color: #FFBF96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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