#BAA677

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

Shades of Pavlova #BAA677

Tints of Pavlova #BAA677

Color information

#BAA677 (or 0xBAA677) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 77. RGB value is (186,166,119). Sum of RGB (Red+Green+Blue) = 186+166+119=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA677 is #455988. Grayscale: #A6A6A6. Windows color (decimal): -4544905 or 7841466. OLE color: 7841466.

HSL color Cylindrical-coordinate representation of color #BAA677: hue angle of 42.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA677 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB186166119-
CMYK00.110.360.27
HSL42.09º32.68%59.8%-
HSV(B)42.09º36.02%72.94%-
XYZ37.2239.0423.03-
YUV166.62101.13141.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=39.49%
G=35.24%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616611900.110.360.2742.0932.6859.8
HexBAA6770B241B2a213c
Octal2722461670134433524174
Binary101110101010011011101110101110010011011101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA677; }

 p { color: rgb(186,166,119); }

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

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

 a { background-color: rgb(186,166,119); }

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

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

 span { border-color: rgb(186,166,119); }

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