#BAAB85

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

Shades of Pavlova #BAAB85

Tints of Pavlova #BAAB85

Color information

#BAAB85 (or 0xBAAB85) is unknown color: approx Pavlova. HEX triplet: BA, AB and 85. RGB value is (186,171,133). Sum of RGB (Red+Green+Blue) = 186+171+133=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB85 is #45547A. Grayscale: #ABABAB. Windows color (decimal): -4543611 or 8760250. OLE color: 8760250.

HSL color Cylindrical-coordinate representation of color #BAAB85: hue angle of 43.02º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAB85 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB186171133-
CMYK00.080.280.27
HSL43.02º27.75%62.55%-
HSV(B)43.02º28.49%72.94%-
XYZ39.0541.2628.1-
YUV171.15106.47138.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=37.96%
G=34.90%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617113300.080.280.2743.0227.7562.55
HexBAAB85081C1B2b1c3f
Octal2722532050103433533477
Binary10111010101010111000010101000111001101110101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB85; }

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

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

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

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

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

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

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

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