#B9AC86

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

Shades of Pavlova #B9AC86

Tints of Pavlova #B9AC86

Color information

#B9AC86 (or 0xB9AC86) is unknown color: approx Pavlova. HEX triplet: B9, AC and 86. RGB value is (185,172,134). Sum of RGB (Red+Green+Blue) = 185+172+134=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC86 is #465379. Grayscale: #ABABAB. Windows color (decimal): -4608890 or 8826041. OLE color: 8826041.

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

Color convert

RGB185172134-
CMYK00.070.280.27
HSL44.71º26.7%62.55%-
HSV(B)44.71º27.57%72.55%-
XYZ39.0641.5428.51-
YUV171.56106.81137.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=37.68%
G=35.03%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517213400.070.280.2744.7126.762.55
HexB9AC86071C1B2d1b3f
Octal271254206073433553377
Binary1011100110101100100001100111111001101110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC86; }

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

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

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

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

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

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

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

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