#BAA281

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

Shades of Pavlova #BAA281

Tints of Pavlova #BAA281

Color information

#BAA281 (or 0xBAA281) is unknown color: approx Pavlova. HEX triplet: BA, A2 and 81. RGB value is (186,162,129). Sum of RGB (Red+Green+Blue) = 186+162+129=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA281 is #455D7E. Grayscale: #A5A5A5. Windows color (decimal): -4545919 or 8495802. OLE color: 8495802.

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

Color convert

RGB186162129-
CMYK00.130.310.27
HSL34.74º29.23%61.76%-
HSV(B)34.74º30.65%72.94%-
XYZ37.1337.8626.12-
YUV165.41107.45142.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=38.99%
G=33.96%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616212900.130.310.2734.7429.2361.76
HexBAA2810D1F1B231d3e
Octal2722422010153733433576
Binary10111010101000101000000101101111111101110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA281; }

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

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

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

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

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

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

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

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