Html Css Color HEX #FFBF69 Chardonnay

📋 copy color: '#FFBF69'

red 255 ◦ green 191 ◦ blue 105

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

Shades of Chardonnay #FFBF69

Tints of Chardonnay #FFBF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.06%

R = 46.28%
G = 34.66%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFBF69 (or 0xFFBF69) is known color: Chardonnay. HEX triplet: FF, BF and 69. RGB value is (255,191,105). Sum of RGB (Red+Green+Blue) = 255+191+105=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF69 is #004096. Grayscale: #C8C8C8. Windows color (decimal): -16535 or 6930431. OLE color: 6930431.

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

Color convert

RGB 255 191 105 -
CMYK 0 0.25 0.59 0
HSL 34.4º 1% 0.71% -
HSV(B) 34.4º 0.59% 1% -
XYZ 62.42 59.54 21.57 -
YUV 200.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 255 191 105 0 0.25 0.59 0 34.4 1 0.71
Hex FF BF 69 0 19 3B 0 22 64 47
Octal 377 277 151 0 31 73 0 42 144 107
Binary 11111111 10111111 1101001 0 11001 111011 0 100010 1100100 1000111

Color Harmonies of #FFBF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF69

Black with #FFBF69

Text Example


Text Example

White with #FFBF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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