#BAA87B

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

Shades of Pavlova #BAA87B

Tints of Pavlova #BAA87B

Color information

#BAA87B (or 0xBAA87B) is unknown color: approx Pavlova. HEX triplet: BA, A8 and 7B. RGB value is (186,168,123). Sum of RGB (Red+Green+Blue) = 186+168+123=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA87B is #455784. Grayscale: #A8A8A8. Windows color (decimal): -4544389 or 8104122. OLE color: 8104122.

HSL color Cylindrical-coordinate representation of color #BAA87B: hue angle of 42.86º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA87B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186168123-
CMYK00.100.340.27
HSL42.86º31.34%60.59%-
HSV(B)42.86º33.87%72.94%-
XYZ37.8339.8724.44-
YUV168.25102.46140.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=38.99%
G=35.22%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616812300.100.340.2742.8631.3460.59
HexBAA87B0A221B2b1f3d
Octal2722501730124233533775
Binary10111010101010001111011010101000101101110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA87B; }

 p { color: rgb(186,168,123); }

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

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

 a { background-color: rgb(186,168,123); }

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

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

 span { border-color: rgb(186,168,123); }

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