#BAA67A

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

Shades of Pavlova #BAA67A

Tints of Pavlova #BAA67A

Color information

#BAA67A (or 0xBAA67A) is unknown color: approx Pavlova. HEX triplet: BA, A6 and 7A. RGB value is (186,166,122). Sum of RGB (Red+Green+Blue) = 186+166+122=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA67A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA67A is #455985. Grayscale: #A7A7A7. Windows color (decimal): -4544902 or 8038074. OLE color: 8038074.

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

Color convert

RGB186166122-
CMYK00.110.340.27
HSL41.25º31.68%60.39%-
HSV(B)41.25º34.41%72.94%-
XYZ37.439.1223.99-
YUV166.96102.63141.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 166 (65.23% from 255) = 35.02%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=39.24%
G=35.02%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616612200.110.340.2741.2531.6860.39
HexBAA67A0B221B29203c
Octal2722461720134233514074
Binary101110101010011011110100101110001011011101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA67A; }

 p { color: rgb(186,166,122); }

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

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

 a { background-color: rgb(186,166,122); }

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

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

 span { border-color: rgb(186,166,122); }

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