Html Css Color HEX #FFBF90 Romantic

📋 copy color: '#FFBF90'

red 255 ◦ green 191 ◦ blue 144

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

Shades of Romantic #FFBF90

Tints of Romantic #FFBF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.41%

R = 43.22%
G = 32.37%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFBF90 (or 0xFFBF90) is known color: Romantic. HEX triplet: FF, BF and 90. RGB value is (255,191,144). Sum of RGB (Red+Green+Blue) = 255+191+144=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBF90 is #00406F. Grayscale: #CDCDCD. Windows color (decimal): -16496 or 9486335. OLE color: 9486335.

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

Color convert

RGB 255 191 144 -
CMYK 0 0.25 0.44 0
HSL 25.41º 1% 0.78% -
HSV(B) 25.41º 0.44% 1% -
XYZ 64.9 60.54 34.65 -
YUV 204.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 255 191 144 0 0.25 0.44 0 25.41 1 0.78
Hex FF BF 90 0 19 2C 0 19 64 4E
Octal 377 277 220 0 31 54 0 31 144 116
Binary 11111111 10111111 10010000 0 11001 101100 0 11001 1100100 1001110

Color Harmonies of #FFBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF90

Black with #FFBF90

Text Example


Text Example

White with #FFBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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