#BAA574

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

Shades of Pavlova #BAA574

Tints of Pavlova #BAA574

Color information

#BAA574 (or 0xBAA574) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 74. RGB value is (186,165,116). Sum of RGB (Red+Green+Blue) = 186+165+116=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA574 is #455A8B. Grayscale: #A5A5A5. Windows color (decimal): -4545164 or 7644602. OLE color: 7644602.

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

Color convert

RGB186165116-
CMYK00.110.380.27
HSL42º33.65%59.22%-
HSV(B)42º37.63%72.94%-
XYZ36.8638.6122.03-
YUV165.6999.96142.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 116 (45.70% from 255) = 24.84%
R=39.83%
G=35.33%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616511600.110.380.274233.6559.22
HexBAA5740B261B2a223b
Octal2722451640134633524273
Binary101110101010010111101000101110011011011101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA574; }

 p { color: rgb(186,165,116); }

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

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

 a { background-color: rgb(186,165,116); }

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

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

 span { border-color: rgb(186,165,116); }

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