#BAAC81

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

Shades of Pavlova #BAAC81

Tints of Pavlova #BAAC81

Color information

#BAAC81 (or 0xBAAC81) is unknown color: approx Pavlova. HEX triplet: BA, AC and 81. RGB value is (186,172,129). Sum of RGB (Red+Green+Blue) = 186+172+129=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC81 is #45537E. Grayscale: #ABABAB. Windows color (decimal): -4543359 or 8498362. OLE color: 8498362.

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

Color convert

RGB186172129-
CMYK00.080.310.27
HSL45.26º29.23%61.76%-
HSV(B)45.26º30.65%72.94%-
XYZ38.9641.5326.73-
YUV171.28104.14138.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=38.19%
G=35.32%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617212900.080.310.2745.2629.2361.76
HexBAAC81081F1B2d1d3e
Octal2722542010103733553576
Binary10111010101011001000000101000111111101110110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC81; }

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

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

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

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

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

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

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

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