#BAA37B

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

Shades of Pavlova #BAA37B

Tints of Pavlova #BAA37B

Color information

#BAA37B (or 0xBAA37B) is unknown color: approx Pavlova. HEX triplet: BA, A3 and 7B. RGB value is (186,163,123). Sum of RGB (Red+Green+Blue) = 186+163+123=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA37B is #455C84. Grayscale: #A5A5A5. Windows color (decimal): -4545669 or 8102842. OLE color: 8102842.

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

Color convert

RGB186163123-
CMYK00.120.340.27
HSL38.1º31.34%60.59%-
HSV(B)38.1º33.87%72.94%-
XYZ36.9238.0624.14-
YUV165.32104.12142.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 123 (48.44% from 255) = 26.06%
R=39.41%
G=34.53%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616312300.120.340.2738.131.3460.59
HexBAA37B0C221B261f3d
Octal2722431730144233463775
Binary10111010101000111111011011001000101101110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA37B; }

 p { color: rgb(186,163,123); }

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

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

 a { background-color: rgb(186,163,123); }

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

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

 span { border-color: rgb(186,163,123); }

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