#BAA785

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

Shades of Pavlova #BAA785

Tints of Pavlova #BAA785

Color information

#BAA785 (or 0xBAA785) is unknown color: approx Pavlova. HEX triplet: BA, A7 and 85. RGB value is (186,167,133). Sum of RGB (Red+Green+Blue) = 186+167+133=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA785 is #45587A. Grayscale: #A8A8A8. Windows color (decimal): -4544635 or 8759226. OLE color: 8759226.

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

Color convert

RGB186167133-
CMYK00.100.280.27
HSL38.49º27.75%62.55%-
HSV(B)38.49º28.49%72.94%-
XYZ38.339.7727.85-
YUV168.8107.79140.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=38.27%
G=34.36%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616713300.100.280.2738.4927.7562.55
HexBAA7850A1C1B261c3f
Octal2722472050123433463477
Binary10111010101001111000010101010111001101110011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA785; }

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

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

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

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

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

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

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

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