#BAA781

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

Shades of Pavlova #BAA781

Tints of Pavlova #BAA781

Color information

#BAA781 (or 0xBAA781) is unknown color: approx Pavlova. HEX triplet: BA, A7 and 81. RGB value is (186,167,129). Sum of RGB (Red+Green+Blue) = 186+167+129=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA781 is #45587E. Grayscale: #A8A8A8. Windows color (decimal): -4544639 or 8497082. OLE color: 8497082.

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

Color convert

RGB186167129-
CMYK00.100.310.27
HSL40º29.23%61.76%-
HSV(B)40º30.65%72.94%-
XYZ38.0339.6626.42-
YUV168.35105.79140.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=38.59%
G=34.65%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616712900.100.310.274029.2361.76
HexBAA7810A1F1B281d3e
Octal2722472010123733503576
Binary10111010101001111000000101010111111101110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA781; }

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

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

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

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

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

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

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

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