#B8A984

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

Shades of Pavlova #B8A984

Tints of Pavlova #B8A984

Color information

#B8A984 (or 0xB8A984) is unknown color: approx Pavlova. HEX triplet: B8, A9 and 84. RGB value is (184,169,132). Sum of RGB (Red+Green+Blue) = 184+169+132=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A984 is #47567B. Grayscale: #A9A9A9. Windows color (decimal): -4675196 or 8694200. OLE color: 8694200.

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

Color convert

RGB184169132-
CMYK00.080.280.28
HSL42.69º26.8%61.96%-
HSV(B)42.69º28.26%72.16%-
XYZ38.1240.2327.59-
YUV169.27106.97138.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=37.94%
G=34.85%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416913200.080.280.2842.6926.861.96
HexB8A984081C1C2b1b3e
Octal2702512040103434533376
Binary10111000101010011000010001000111001110010101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A984; }

 p { color: rgb(184,169,132); }

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

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

 a { background-color: rgb(184,169,132); }

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

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

 span { border-color: rgb(184,169,132); }

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