Html Css Color HEX #FFBF74 Chardonnay

📋 copy color: '#FFBF74'

red 255 ◦ green 191 ◦ blue 116

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

Shades of Chardonnay #FFBF74

Tints of Chardonnay #FFBF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 45.37%
G = 33.99%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFBF74 (or 0xFFBF74) is known color: Chardonnay. HEX triplet: FF, BF and 74. RGB value is (255,191,116). Sum of RGB (Red+Green+Blue) = 255+191+116=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF74 is #00408B. Grayscale: #C9C9C9. Windows color (decimal): -16524 or 7651327. OLE color: 7651327.

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

Color convert

RGB 255 191 116 -
CMYK 0 0.25 0.55 0
HSL 32.37º 1% 0.73% -
HSV(B) 32.37º 0.55% 1% -
XYZ 63.02 59.78 24.74 -
YUV 201.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 255 191 116 0 0.25 0.55 0 32.37 1 0.73
Hex FF BF 74 0 19 37 0 20 64 49
Octal 377 277 164 0 31 67 0 40 144 111
Binary 11111111 10111111 1110100 0 11001 110111 0 100000 1100100 1001001

Color Harmonies of #FFBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF74

Black with #FFBF74

Text Example


Text Example

White with #FFBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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