#BAA583

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

Shades of Pavlova #BAA583

Tints of Pavlova #BAA583

Color information

#BAA583 (or 0xBAA583) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 83. RGB value is (186,165,131). Sum of RGB (Red+Green+Blue) = 186+165+131=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA583 is #455A7C. Grayscale: #A7A7A7. Windows color (decimal): -4545149 or 8627642. OLE color: 8627642.

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

Color convert

RGB186165131-
CMYK00.110.300.27
HSL37.09º28.5%62.16%-
HSV(B)37.09º29.57%72.94%-
XYZ37.838.9927.01-
YUV167.4107.46141.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=38.59%
G=34.23%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616513100.110.300.2737.0928.562.16
HexBAA5830B1E1B251c3e
Octal2722452030133633453476
Binary10111010101001011000001101011111101101110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA583; }

 p { color: rgb(186,165,131); }

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

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

 a { background-color: rgb(186,165,131); }

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

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

 span { border-color: rgb(186,165,131); }

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