#BBA889

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

Shades of Pavlova #BBA889

Tints of Pavlova #BBA889

Color information

#BBA889 (or 0xBBA889) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 89. RGB value is (187,168,137). Sum of RGB (Red+Green+Blue) = 187+168+137=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA889 is #445776. Grayscale: #AAAAAA. Windows color (decimal): -4478839 or 9021627. OLE color: 9021627.

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

Color convert

RGB187168137-
CMYK00.100.270.27
HSL37.2º26.88%63.53%-
HSV(B)37.2º26.74%73.33%-
XYZ39.0140.3829.4-
YUV170.15109.29140.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=38.01%
G=34.15%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716813700.100.270.2737.226.8863.53
HexBBA8890A1B1B251b40
Octal27325021101233334533100
Binary101110111010100010001001010101101111011100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA889; }

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

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

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

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

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

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

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

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