#B9A485

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

Shades of Pavlova #B9A485

Tints of Pavlova #B9A485

Color information

#B9A485 (or 0xB9A485) is unknown color: approx Pavlova. HEX triplet: B9, A4 and 85. RGB value is (185,164,133). Sum of RGB (Red+Green+Blue) = 185+164+133=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A485 is #465B7A. Grayscale: #A6A6A6. Windows color (decimal): -4610939 or 8758457. OLE color: 8758457.

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

Color convert

RGB185164133-
CMYK00.110.280.27
HSL35.77º27.08%62.35%-
HSV(B)35.77º28.11%72.55%-
XYZ37.5238.5627.66-
YUV166.74108.96141.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=38.38%
G=34.02%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516413300.110.280.2735.7727.0862.35
HexB9A4850B1C1B241b3e
Octal2712442050133433443376
Binary10111001101001001000010101011111001101110010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A485; }

 p { color: rgb(185,164,133); }

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

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

 a { background-color: rgb(185,164,133); }

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

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

 span { border-color: rgb(185,164,133); }

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