#BAA58B

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

Shades of Pavlova #BAA58B

Tints of Pavlova #BAA58B

Color information

#BAA58B (or 0xBAA58B) is unknown color: approx Pavlova. HEX triplet: BA, A5 and 8B. RGB value is (186,165,139). Sum of RGB (Red+Green+Blue) = 186+165+139=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA58B is #455A74. Grayscale: #A8A8A8. Windows color (decimal): -4545141 or 9151930. OLE color: 9151930.

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

Color convert

RGB186165139-
CMYK00.110.250.27
HSL33.19º25.41%63.73%-
HSV(B)33.19º25.27%72.94%-
XYZ38.3739.2129.97-
YUV168.32111.46140.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 165 (64.84% from 255) = 33.67%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=37.96%
G=33.67%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616513900.110.250.2733.1925.4163.73
HexBAA58B0B191B211940
Octal27224521301331334131100
Binary101110101010010110001011010111100111011100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA58B; }

 p { color: rgb(186,165,139); }

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

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

 a { background-color: rgb(186,165,139); }

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

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

 span { border-color: rgb(186,165,139); }

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