#B6A387

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

Shades of Pavlova #B6A387

Tints of Pavlova #B6A387

Color information

#B6A387 (or 0xB6A387) is unknown color: approx Pavlova. HEX triplet: B6, A3 and 87. RGB value is (182,163,135). Sum of RGB (Red+Green+Blue) = 182+163+135=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A387 is #495C78. Grayscale: #A5A5A5. Windows color (decimal): -4807801 or 8889270. OLE color: 8889270.

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

Color convert

RGB182163135-
CMYK00.100.260.29
HSL35.74º24.35%62.16%-
HSV(B)35.74º25.82%71.37%-
XYZ36.7637.8928.3-
YUV165.49110.79139.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=37.92%
G=33.96%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216313500.100.260.2935.7424.3562.16
HexB6A3870A1A1D24183e
Octal2662432070123235443076
Binary10110110101000111000011101010110101110110010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A387; }

 p { color: rgb(182,163,135); }

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

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

 a { background-color: rgb(182,163,135); }

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

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

 span { border-color: rgb(182,163,135); }

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