#BBA589

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

Shades of Pavlova #BBA589

Tints of Pavlova #BBA589

Color information

#BBA589 (or 0xBBA589) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 89. RGB value is (187,165,137). Sum of RGB (Red+Green+Blue) = 187+165+137=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA589 is #445A76. Grayscale: #A8A8A8. Windows color (decimal): -4479607 or 9020859. OLE color: 9020859.

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

Color convert

RGB187165137-
CMYK00.120.270.27
HSL33.6º26.88%63.53%-
HSV(B)33.6º26.74%73.33%-
XYZ38.4639.2829.22-
YUV168.39110.29141.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=38.24%
G=33.74%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716513700.120.270.2733.626.8863.53
HexBBA5890C1B1B221b40
Octal27324521101433334233100
Binary101110111010010110001001011001101111011100010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA589; }

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

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

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

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

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

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

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

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