#B9A284

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

Shades of Pavlova #B9A284

Tints of Pavlova #B9A284

Color information

#B9A284 (or 0xB9A284) is unknown color: approx Pavlova. HEX triplet: B9, A2 and 84. RGB value is (185,162,132). Sum of RGB (Red+Green+Blue) = 185+162+132=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A284 is #465D7B. Grayscale: #A5A5A5. Windows color (decimal): -4611452 or 8692409. OLE color: 8692409.

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

Color convert

RGB185162132-
CMYK00.120.290.27
HSL33.96º27.46%62.16%-
HSV(B)33.96º28.65%72.55%-
XYZ37.0937.8227.17-
YUV165.46109.12141.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=38.62%
G=33.82%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516213200.120.290.2733.9627.4662.16
HexB9A2840C1D1B221b3e
Octal2712422040143533423376
Binary10111001101000101000010001100111011101110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A284; }

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

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

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

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

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

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

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

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