Html Css Color HEX #FFBF6E Chardonnay

📋 copy color: '#FFBF6E'

red 255 ◦ green 191 ◦ blue 110

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

Shades of Chardonnay #FFBF6E

Tints of Chardonnay #FFBF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.78%

R = 45.86%
G = 34.35%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFBF6E (or 0xFFBF6E) is known color: Chardonnay. HEX triplet: FF, BF and 6E. RGB value is (255,191,110). Sum of RGB (Red+Green+Blue) = 255+191+110=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF6E is #004091. Grayscale: #C9C9C9. Windows color (decimal): -16530 or 7258111. OLE color: 7258111.

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

Color convert

RGB 255 191 110 -
CMYK 0 0.25 0.57 0
HSL 33.52º 1% 0.72% -
HSV(B) 33.52º 0.57% 1% -
XYZ 62.69 59.65 22.96 -
YUV 200.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 255 191 110 0 0.25 0.57 0 33.52 1 0.72
Hex FF BF 6E 0 19 39 0 22 64 48
Octal 377 277 156 0 31 71 0 42 144 110
Binary 11111111 10111111 1101110 0 11001 111001 0 100010 1100100 1001000

Color Harmonies of #FFBF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF6E

Black with #FFBF6E

Text Example


Text Example

White with #FFBF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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