#B8A889

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

Shades of Pavlova #B8A889

Tints of Pavlova #B8A889

Color information

#B8A889 (or 0xB8A889) is unknown color: approx Pavlova. HEX triplet: B8, A8 and 89. RGB value is (184,168,137). Sum of RGB (Red+Green+Blue) = 184+168+137=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A889 is #475776. Grayscale: #A9A9A9. Windows color (decimal): -4675447 or 9021624. OLE color: 9021624.

HSL color Cylindrical-coordinate representation of color #B8A889: hue angle of 39.57º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8A889 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184168137-
CMYK00.090.260.28
HSL39.57º24.87%62.94%-
HSV(B)39.57º25.54%72.16%-
XYZ38.294029.37-
YUV169.25109.8138.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=37.63%
G=34.36%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416813700.090.260.2839.5724.8762.94
HexB8A889091A1C28193f
Octal2702502110113234503177
Binary10111000101010001000100101001110101110010100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A889; }

 p { color: rgb(184,168,137); }

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

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

 a { background-color: rgb(184,168,137); }

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

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

 span { border-color: rgb(184,168,137); }

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