#B9AA8A

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

Shades of Pavlova #B9AA8A

Tints of Pavlova #B9AA8A

Color information

#B9AA8A (or 0xB9AA8A) is unknown color: approx Pavlova. HEX triplet: B9, AA and 8A. RGB value is (185,170,138). Sum of RGB (Red+Green+Blue) = 185+170+138=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA8A is #465575. Grayscale: #AAAAAA. Windows color (decimal): -4609398 or 9087673. OLE color: 9087673.

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

Color convert

RGB185170138-
CMYK00.080.250.27
HSL40.85º25.13%63.33%-
HSV(B)40.85º25.41%72.55%-
XYZ38.9740.929.89-
YUV170.84109.47138.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=37.53%
G=34.48%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517013800.080.250.2740.8525.1363.33
HexB9AA8A08191B29193f
Octal2712522120103133513177
Binary10111001101010101000101001000110011101110100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA8A; }

 p { color: rgb(185,170,138); }

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

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

 a { background-color: rgb(185,170,138); }

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

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

 span { border-color: rgb(185,170,138); }

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