#BAA380

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

Shades of Pavlova #BAA380

Tints of Pavlova #BAA380

Color information

#BAA380 (or 0xBAA380) is unknown color: approx Pavlova. HEX triplet: BA, A3 and 80. RGB value is (186,163,128). Sum of RGB (Red+Green+Blue) = 186+163+128=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA380 is #455C7F. Grayscale: #A6A6A6. Windows color (decimal): -4545664 or 8430522. OLE color: 8430522.

HSL color Cylindrical-coordinate representation of color #BAA380: hue angle of 36.21º degrees, saturation: 0.3, 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 #BAA380 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB186163128-
CMYK00.120.310.27
HSL36.21º29.59%61.57%-
HSV(B)36.21º31.18%72.94%-
XYZ37.2438.1925.83-
YUV165.89106.62142.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=38.99%
G=34.17%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616312800.120.310.2736.2129.5961.57
HexBAA3800C1F1B241e3e
Octal2722432000143733443676
Binary10111010101000111000000001100111111101110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA380; }

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

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

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

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

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

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

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

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