#B9AC84

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

Shades of Pavlova #B9AC84

Tints of Pavlova #B9AC84

Color information

#B9AC84 (or 0xB9AC84) is unknown color: approx Pavlova. HEX triplet: B9, AC and 84. RGB value is (185,172,132). Sum of RGB (Red+Green+Blue) = 185+172+132=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC84 is #46537B. Grayscale: #ABABAB. Windows color (decimal): -4608892 or 8694969. OLE color: 8694969.

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

Color convert

RGB185172132-
CMYK00.070.290.27
HSL45.28º27.46%62.16%-
HSV(B)45.28º28.65%72.55%-
XYZ38.9241.4927.79-
YUV171.33105.81137.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=37.83%
G=35.17%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517213200.070.290.2745.2827.4662.16
HexB9AC84071D1B2d1b3e
Octal271254204073533553376
Binary1011100110101100100001000111111011101110110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC84; }

 p { color: rgb(185,172,132); }

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

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

 a { background-color: rgb(185,172,132); }

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

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

 span { border-color: rgb(185,172,132); }

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