#BAA283

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

Shades of Pavlova #BAA283

Tints of Pavlova #BAA283

Color information

#BAA283 (or 0xBAA283) is unknown color: approx Pavlova. HEX triplet: BA, A2 and 83. RGB value is (186,162,131). Sum of RGB (Red+Green+Blue) = 186+162+131=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA283 is #455D7C. Grayscale: #A5A5A5. Windows color (decimal): -4545917 or 8626874. OLE color: 8626874.

HSL color Cylindrical-coordinate representation of color #BAA283: hue angle of 33.82º 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 #BAA283 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186162131-
CMYK00.130.300.27
HSL33.82º28.5%62.16%-
HSV(B)33.82º29.57%72.94%-
XYZ37.2737.9226.83-
YUV165.64108.45142.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=38.83%
G=33.82%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616213100.130.300.2733.8228.562.16
HexBAA2830D1E1B221c3e
Octal2722422030153633423476
Binary10111010101000101000001101101111101101110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA283; }

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

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

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

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

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

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

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

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