#BAAB83

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

Shades of Pavlova #BAAB83

Tints of Pavlova #BAAB83

Color information

#BAAB83 (or 0xBAAB83) is unknown color: approx Pavlova. HEX triplet: BA, AB and 83. RGB value is (186,171,131). Sum of RGB (Red+Green+Blue) = 186+171+131=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB83 is #45547C. Grayscale: #ABABAB. Windows color (decimal): -4543613 or 8629178. OLE color: 8629178.

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

Color convert

RGB186171131-
CMYK00.080.300.27
HSL43.64º28.5%62.16%-
HSV(B)43.64º29.57%72.94%-
XYZ38.9141.227.38-
YUV170.92105.47138.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=38.11%
G=35.04%
B=26.84%

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
Decimal18617113100.080.300.2743.6428.562.16
HexBAAB83081E1B2c1c3e
Octal2722532030103633543476
Binary10111010101010111000001101000111101101110110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB83; }

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

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

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

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

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

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

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

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