#BAAC7F

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

Shades of Pavlova #BAAC7F

Tints of Pavlova #BAAC7F

Color information

#BAAC7F (or 0xBAAC7F) is unknown color: approx Pavlova. HEX triplet: BA, AC and 7F. RGB value is (186,172,127). Sum of RGB (Red+Green+Blue) = 186+172+127=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC7F is #455380. Grayscale: #ABABAB. Windows color (decimal): -4543361 or 8367290. OLE color: 8367290.

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

Color convert

RGB186172127-
CMYK00.080.320.27
HSL45.76º29.95%61.37%-
HSV(B)45.76º31.72%72.94%-
XYZ38.8341.4826.04-
YUV171.06103.14138.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 127 (50% from 255) = 26.19%
R=38.35%
G=35.46%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617212700.080.320.2745.7629.9561.37
HexBAAC7F08201B2e1e3d
Octal2722541770104033563675
Binary10111010101011001111111010001000001101110111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC7F; }

 p { color: rgb(186,172,127); }

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

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

 a { background-color: rgb(186,172,127); }

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

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

 span { border-color: rgb(186,172,127); }

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