#BAA784

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

Shades of Pavlova #BAA784

Tints of Pavlova #BAA784

Color information

#BAA784 (or 0xBAA784) is unknown color: approx Pavlova. HEX triplet: BA, A7 and 84. RGB value is (186,167,132). Sum of RGB (Red+Green+Blue) = 186+167+132=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA784 is #45587B. Grayscale: #A8A8A8. Windows color (decimal): -4544636 or 8693690. OLE color: 8693690.

HSL color Cylindrical-coordinate representation of color #BAA784: hue angle of 38.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA784 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB186167132-
CMYK00.100.290.27
HSL38.89º28.13%62.35%-
HSV(B)38.89º29.03%72.94%-
XYZ38.2339.7427.49-
YUV168.69107.29140.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=38.35%
G=34.43%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616713200.100.290.2738.8928.1362.35
HexBAA7840A1D1B271c3e
Octal2722472040123533473476
Binary10111010101001111000010001010111011101110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA784; }

 p { color: rgb(186,167,132); }

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

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

 a { background-color: rgb(186,167,132); }

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

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

 span { border-color: rgb(186,167,132); }

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