#BAAB82

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

Shades of Pavlova #BAAB82

Tints of Pavlova #BAAB82

Color information

#BAAB82 (or 0xBAAB82) is unknown color: approx Pavlova. HEX triplet: BA, AB and 82. RGB value is (186,171,130). Sum of RGB (Red+Green+Blue) = 186+171+130=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB82 is #45547D. Grayscale: #AAAAAA. Windows color (decimal): -4543614 or 8563642. OLE color: 8563642.

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

Color convert

RGB186171130-
CMYK00.080.300.27
HSL43.93º28.87%61.96%-
HSV(B)43.93º30.11%72.94%-
XYZ38.8441.1827.02-
YUV170.81104.97138.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=38.19%
G=35.11%
B=26.69%

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
Decimal18617113000.080.300.2743.9328.8761.96
HexBAAB82081E1B2c1d3e
Octal2722532020103633543576
Binary10111010101010111000001001000111101101110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB82; }

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

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

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

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

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

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

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

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