#BBA880

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

Shades of Pavlova #BBA880

Tints of Pavlova #BBA880

Color information

#BBA880 (or 0xBBA880) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 80. RGB value is (187,168,128). Sum of RGB (Red+Green+Blue) = 187+168+128=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA880 is #44577F. Grayscale: #A9A9A9. Windows color (decimal): -4478848 or 8431803. OLE color: 8431803.

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

Color convert

RGB187168128-
CMYK00.100.320.27
HSL40.68º30.26%61.76%-
HSV(B)40.68º31.55%73.33%-
XYZ38.3940.1326.14-
YUV169.12104.79140.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=38.72%
G=34.78%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716812800.100.320.2740.6830.2661.76
HexBBA8800A201B291e3e
Octal2732502000124033513676
Binary101110111010100010000000010101000001101110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA880; }

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

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

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

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

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

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

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

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