#B9A484

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

Shades of Pavlova #B9A484

Tints of Pavlova #B9A484

Color information

#B9A484 (or 0xB9A484) is unknown color: approx Pavlova. HEX triplet: B9, A4 and 84. RGB value is (185,164,132). Sum of RGB (Red+Green+Blue) = 185+164+132=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A484 is #465B7B. Grayscale: #A6A6A6. Windows color (decimal): -4610940 or 8692921. OLE color: 8692921.

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

Color convert

RGB185164132-
CMYK00.110.290.27
HSL36.23º27.46%62.16%-
HSV(B)36.23º28.65%72.55%-
XYZ37.4538.5327.29-
YUV166.63108.46141.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=38.46%
G=34.10%
B=27.44%

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
Decimal18516413200.110.290.2736.2327.4662.16
HexB9A4840B1D1B241b3e
Octal2712442040133533443376
Binary10111001101001001000010001011111011101110010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A484; }

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

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

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

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

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

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

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

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