#B9A584

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

Shades of Pavlova #B9A584

Tints of Pavlova #B9A584

Color information

#B9A584 (or 0xB9A584) is unknown color: approx Pavlova. HEX triplet: B9, A5 and 84. RGB value is (185,165,132). Sum of RGB (Red+Green+Blue) = 185+165+132=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A584 is #465A7B. Grayscale: #A7A7A7. Windows color (decimal): -4610684 or 8693177. OLE color: 8693177.

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

Color convert

RGB185165132-
CMYK00.110.290.27
HSL37.36º27.46%62.16%-
HSV(B)37.36º28.65%72.55%-
XYZ37.6338.8927.35-
YUV167.22108.13140.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=38.38%
G=34.23%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516513200.110.290.2737.3627.4662.16
HexB9A5840B1D1B251b3e
Octal2712452040133533453376
Binary10111001101001011000010001011111011101110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A584; }

 p { color: rgb(185,165,132); }

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

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

 a { background-color: rgb(185,165,132); }

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

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

 span { border-color: rgb(185,165,132); }

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