#FFBD6A

Color #FFBD6A Chardonnay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chardonnay #FFBD6A

Tints of Chardonnay #FFBD6A

Color information

#FFBD6A (or 0xFFBD6A) is unknown color: approx Chardonnay. HEX triplet: FF, BD and 6A. RGB value is (255,189,106). Sum of RGB (Red+Green+Blue) = 255+189+106=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD6A is #004295. Grayscale: #C7C7C7. Windows color (decimal): -17046 or 6995455. OLE color: 6995455.

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

Color convert

RGB255189106-
CMYK00.260.580
HSL33.42º100%70.78%-
HSV(B)33.42º58.43%100%-
XYZ62.0458.721.7-
YUV199.2775.37167.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 106 (41.80% from 255) = 19.27%
R=46.36%
G=34.36%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518910600.260.58033.4210070.78
HexFFBD6A01A3A0216447
Octal37727515203272041144107
Binary11111111101111011101010011010111010010000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBD6A; }

 p { color: rgb(255,189,106); }

 H1.HeaderClassName
 {
   color: #FFBD6A;
 }
 .AnyTagClassName
 {
   color: #FFBD6A;
 }
</style>
background-color css

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

 a { background-color: rgb(255,189,106); }

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

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

 span { border-color: rgb(255,189,106); }

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