Html Css Color HEX #FFBF72 Chardonnay

📋 copy color: '#FFBF72'

red 255 ◦ green 191 ◦ blue 114

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

Shades of Chardonnay #FFBF72

Tints of Chardonnay #FFBF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.36%

R = 45.54%
G = 34.11%
B = 20.36%

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

#FFBF72 (or 0xFFBF72) is known color: Chardonnay. HEX triplet: FF, BF and 72. RGB value is (255,191,114). Sum of RGB (Red+Green+Blue) = 255+191+114=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF72 is #00408D. Grayscale: #C9C9C9. Windows color (decimal): -16526 or 7520255. OLE color: 7520255.

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

Color convert

RGB 255 191 114 -
CMYK 0 0.25 0.55 0
HSL 32.77º 1% 0.72% -
HSV(B) 32.77º 0.55% 1% -
XYZ 62.91 59.74 24.13 -
YUV 201.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 255 191 114 0 0.25 0.55 0 32.77 1 0.72
Hex FF BF 72 0 19 37 0 21 64 48
Octal 377 277 162 0 31 67 0 41 144 110
Binary 11111111 10111111 1110010 0 11001 110111 0 100001 1100100 1001000

Color Harmonies of #FFBF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF72

Black with #FFBF72

Text Example


Text Example

White with #FFBF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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