#BBA87C

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

Shades of Pavlova #BBA87C

Tints of Pavlova #BBA87C

Color information

#BBA87C (or 0xBBA87C) is unknown color: approx Pavlova. HEX triplet: BB, A8 and 7C. RGB value is (187,168,124). Sum of RGB (Red+Green+Blue) = 187+168+124=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA87C is #445783. Grayscale: #A8A8A8. Windows color (decimal): -4478852 or 8169659. OLE color: 8169659.

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

Color convert

RGB187168124-
CMYK00.100.340.27
HSL41.9º31.66%60.98%-
HSV(B)41.9º33.69%73.33%-
XYZ38.1340.0324.78-
YUV168.66102.79141.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=39.04%
G=35.07%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716812400.100.340.2741.931.6660.98
HexBBA87C0A221B2a203d
Octal2732501740124233524075
Binary101110111010100011111000101010001011011101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA87C; }

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

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

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

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

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

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

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

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