#B9A687

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

Shades of Pavlova #B9A687

Tints of Pavlova #B9A687

Color information

#B9A687 (or 0xB9A687) is unknown color: approx Pavlova. HEX triplet: B9, A6 and 87. RGB value is (185,166,135). Sum of RGB (Red+Green+Blue) = 185+166+135=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A687 is #465978. Grayscale: #A8A8A8. Windows color (decimal): -4610425 or 8890041. OLE color: 8890041.

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

Color convert

RGB185166135-
CMYK00.100.270.27
HSL37.2º26.32%62.75%-
HSV(B)37.2º27.03%72.55%-
XYZ38.0239.3428.51-
YUV168.15109.29140.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=38.07%
G=34.16%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516613500.100.270.2737.226.3262.75
HexB9A6870A1B1B251a3f
Octal2712462070123333453277
Binary10111001101001101000011101010110111101110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A687; }

 p { color: rgb(185,166,135); }

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

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

 a { background-color: rgb(185,166,135); }

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

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

 span { border-color: rgb(185,166,135); }

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