#BBA68B

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

Shades of Pavlova #BBA68B

Tints of Pavlova #BBA68B

Color information

#BBA68B (or 0xBBA68B) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 8B. RGB value is (187,166,139). Sum of RGB (Red+Green+Blue) = 187+166+139=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68B is #445974. Grayscale: #A9A9A9. Windows color (decimal): -4479349 or 9152187. OLE color: 9152187.

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

Color convert

RGB187166139-
CMYK00.110.260.27
HSL33.75º26.09%63.92%-
HSV(B)33.75º25.67%73.33%-
XYZ38.7939.730.04-
YUV169.2110.96140.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=38.01%
G=33.74%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716613900.110.260.2733.7526.0963.92
HexBBA68B0B1A1B221a40
Octal27324621301332334232100
Binary101110111010011010001011010111101011011100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA68B; }

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

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

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

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

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

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

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

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