#BAAC83

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

Shades of Pavlova #BAAC83

Tints of Pavlova #BAAC83

Color information

#BAAC83 (or 0xBAAC83) is unknown color: approx Pavlova. HEX triplet: BA, AC and 83. RGB value is (186,172,131). Sum of RGB (Red+Green+Blue) = 186+172+131=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC83 is #45537C. Grayscale: #ABABAB. Windows color (decimal): -4543357 or 8629434. OLE color: 8629434.

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

Color convert

RGB186172131-
CMYK00.080.300.27
HSL44.73º28.5%62.16%-
HSV(B)44.73º29.57%72.94%-
XYZ39.141.5827.44-
YUV171.51105.14138.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=38.04%
G=35.17%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617213100.080.300.2744.7328.562.16
HexBAAC83081E1B2d1c3e
Octal2722542030103633553476
Binary10111010101011001000001101000111101101110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC83; }

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

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

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

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

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

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

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

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