#B9AC81

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

Shades of Pavlova #B9AC81

Tints of Pavlova #B9AC81

Color information

#B9AC81 (or 0xB9AC81) is unknown color: approx Pavlova. HEX triplet: B9, AC and 81. RGB value is (185,172,129). Sum of RGB (Red+Green+Blue) = 185+172+129=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC81 is #46537E. Grayscale: #ABABAB. Windows color (decimal): -4608895 or 8498361. OLE color: 8498361.

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

Color convert

RGB185172129-
CMYK00.070.300.27
HSL46.07º28.57%61.57%-
HSV(B)46.07º30.27%72.55%-
XYZ38.7241.426.72-
YUV170.98104.31138-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=38.07%
G=35.39%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517212900.070.300.2746.0728.5761.57
HexB9AC81071E1B2e1d3e
Octal271254201073633563576
Binary1011100110101100100000010111111101101110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AC81; }

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

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

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

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

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

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

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

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