#B6A87A

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

Shades of Pavlova #B6A87A

Tints of Pavlova #B6A87A

Color information

#B6A87A (or 0xB6A87A) is unknown color: approx Pavlova. HEX triplet: B6, A8 and 7A. RGB value is (182,168,122). Sum of RGB (Red+Green+Blue) = 182+168+122=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A87A is #495785. Grayscale: #A7A7A7. Windows color (decimal): -4806534 or 8038582. OLE color: 8038582.

HSL color Cylindrical-coordinate representation of color #B6A87A: hue angle of 46º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6A87A is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB182168122-
CMYK00.080.330.29
HSL46º29.13%59.61%-
HSV(B)46º32.97%71.37%-
XYZ36.8139.3624.07-
YUV166.94102.64138.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=38.56%
G=35.59%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216812200.080.330.294629.1359.61
HexB6A87A08211D2e1d3c
Octal2662501720104135563574
Binary10110110101010001111010010001000011110110111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A87A; }

 p { color: rgb(182,168,122); }

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

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

 a { background-color: rgb(182,168,122); }

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

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

 span { border-color: rgb(182,168,122); }

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