#B9A483

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

Shades of Pavlova #B9A483

Tints of Pavlova #B9A483

Color information

#B9A483 (or 0xB9A483) is unknown color: approx Pavlova. HEX triplet: B9, A4 and 83. RGB value is (185,164,131). Sum of RGB (Red+Green+Blue) = 185+164+131=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A483 is #465B7C. Grayscale: #A6A6A6. Windows color (decimal): -4610941 or 8627385. OLE color: 8627385.

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

Color convert

RGB185164131-
CMYK00.110.290.27
HSL36.67º27.84%61.96%-
HSV(B)36.67º29.19%72.55%-
XYZ37.3838.526.93-
YUV166.52107.96141.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=38.54%
G=34.17%
B=27.29%

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
Decimal18516413100.110.290.2736.6727.8461.96
HexB9A4830B1D1B251c3e
Octal2712442030133533453476
Binary10111001101001001000001101011111011101110010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A483; }

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

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

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

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

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

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

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

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