#B6AA84

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

Shades of Pavlova #B6AA84

Tints of Pavlova #B6AA84

Color information

#B6AA84 (or 0xB6AA84) is unknown color: approx Pavlova. HEX triplet: B6, AA and 84. RGB value is (182,170,132). Sum of RGB (Red+Green+Blue) = 182+170+132=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA84 is #49557B. Grayscale: #A9A9A9. Windows color (decimal): -4806012 or 8694454. OLE color: 8694454.

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

Color convert

RGB182170132-
CMYK00.070.270.29
HSL45.6º25.51%61.57%-
HSV(B)45.6º27.47%71.37%-
XYZ37.8340.3627.63-
YUV169.26106.98137.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=37.60%
G=35.12%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217013200.070.270.2945.625.5161.57
HexB6AA84071B1D2e1a3e
Octal266252204073335563276
Binary1011011010101010100001000111110111110110111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA84; }

 p { color: rgb(182,170,132); }

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

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

 a { background-color: rgb(182,170,132); }

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

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

 span { border-color: rgb(182,170,132); }

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