#B9A384

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

Shades of Pavlova #B9A384

Tints of Pavlova #B9A384

Color information

#B9A384 (or 0xB9A384) is unknown color: approx Pavlova. HEX triplet: B9, A3 and 84. RGB value is (185,163,132). Sum of RGB (Red+Green+Blue) = 185+163+132=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A384 is #465C7B. Grayscale: #A6A6A6. Windows color (decimal): -4611196 or 8692665. OLE color: 8692665.

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

Color convert

RGB185163132-
CMYK00.120.290.27
HSL35.09º27.46%62.16%-
HSV(B)35.09º28.65%72.55%-
XYZ37.2738.1727.23-
YUV166.04108.79141.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=38.54%
G=33.96%
B=27.5%

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
Decimal18516313200.120.290.2735.0927.4662.16
HexB9A3840C1D1B231b3e
Octal2712432040143533433376
Binary10111001101000111000010001100111011101110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A384; }

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

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

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

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

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

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

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

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