#B6A987

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

Shades of Pavlova #B6A987

Tints of Pavlova #B6A987

Color information

#B6A987 (or 0xB6A987) is unknown color: approx Pavlova. HEX triplet: B6, A9 and 87. RGB value is (182,169,135). Sum of RGB (Red+Green+Blue) = 182+169+135=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A987 is #495678. Grayscale: #A9A9A9. Windows color (decimal): -4806265 or 8890806. OLE color: 8890806.

HSL color Cylindrical-coordinate representation of color #B6A987: hue angle of 43.4º 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 #B6A987 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182169135-
CMYK00.070.260.29
HSL43.4º24.35%62.16%-
HSV(B)43.4º25.82%71.37%-
XYZ37.8540.0728.66-
YUV169.01108.81137.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=37.45%
G=34.77%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216913500.070.260.2943.424.3562.16
HexB6A987071A1D2b183e
Octal266251207073235533076
Binary1011011010101001100001110111110101110110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A987; }

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

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

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

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

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

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

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

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