#BBA890

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

Shades of Pavlova #BBA890

Tints of Pavlova #BBA890

Color information

#BBA890 (or 0xBBA890) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 90. RGB value is (187,168,144). Sum of RGB (Red+Green+Blue) = 187+168+144=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA890 is #44576F. Grayscale: #ABABAB. Windows color (decimal): -4478832 or 9480379. OLE color: 9480379.

HSL color Cylindrical-coordinate representation of color #BBA890: hue angle of 33.49º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA890 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB187168144-
CMYK00.100.230.27
HSL33.49º24.02%64.9%-
HSV(B)33.49º22.99%73.33%-
XYZ39.5340.5832.14-
YUV170.94112.79139.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=37.47%
G=33.67%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716814400.100.230.2733.4924.0264.9
HexBBA8900A171B211841
Octal27325022001227334130101
Binary101110111010100010010000010101011111011100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA890; }

 p { color: rgb(187,168,144); }

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

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

 a { background-color: rgb(187,168,144); }

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

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

 span { border-color: rgb(187,168,144); }

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