#BBA688

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

Shades of Pavlova #BBA688

Tints of Pavlova #BBA688

Color information

#BBA688 (or 0xBBA688) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 88. RGB value is (187,166,136). Sum of RGB (Red+Green+Blue) = 187+166+136=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA688 is #445977. Grayscale: #A9A9A9. Windows color (decimal): -4479352 or 8955579. OLE color: 8955579.

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

Color convert

RGB187166136-
CMYK00.110.270.27
HSL35.29º27.27%63.33%-
HSV(B)35.29º27.27%73.33%-
XYZ38.5739.6128.91-
YUV168.86109.46140.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=38.24%
G=33.95%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716613600.110.270.2735.2927.2763.33
HexBBA6880B1B1B231b3f
Octal2732462100133333433377
Binary10111011101001101000100001011110111101110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA688; }

 p { color: rgb(187,166,136); }

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

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

 a { background-color: rgb(187,166,136); }

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

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

 span { border-color: rgb(187,166,136); }

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