#BAA378

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

Shades of Pavlova #BAA378

Tints of Pavlova #BAA378

Color information

#BAA378 (or 0xBAA378) is unknown color: approx Pavlova. HEX triplet: BA, A3 and 78. RGB value is (186,163,120). Sum of RGB (Red+Green+Blue) = 186+163+120=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA378 is #455C87. Grayscale: #A5A5A5. Windows color (decimal): -4545672 or 7906234. OLE color: 7906234.

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

Color convert

RGB186163120-
CMYK00.120.350.27
HSL39.09º32.35%60%-
HSV(B)39.09º35.48%72.94%-
XYZ36.7437.9923.17-
YUV164.98102.62143-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 120 (47.27% from 255) = 25.59%
R=39.66%
G=34.75%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616312000.120.350.2739.0932.3560
HexBAA3780C231B27203c
Octal2722431700144333474074
Binary101110101010001111110000110010001111011100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA378; }

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

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

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

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

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

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

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

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