#BBA990

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

Shades of Pavlova #BBA990

Tints of Pavlova #BBA990

Color information

#BBA990 (or 0xBBA990) is unknown color: approx Pavlova. HEX triplet: BB, A9 and 90. RGB value is (187,169,144). Sum of RGB (Red+Green+Blue) = 187+169+144=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA990 is #44566F. Grayscale: #ABABAB. Windows color (decimal): -4478576 or 9480635. OLE color: 9480635.

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

Color convert

RGB187169144-
CMYK00.100.230.27
HSL34.88º24.02%64.9%-
HSV(B)34.88º22.99%73.33%-
XYZ39.7240.9532.2-
YUV171.53112.46139.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=37.4%
G=33.8%
B=28.8%

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
Decimal18716914400.100.230.2734.8824.0264.9
HexBBA9900A171B231841
Octal27325122001227334330101
Binary101110111010100110010000010101011111011100011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA990; }

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

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

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

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

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

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

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

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