#BBA77C

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

Shades of Pavlova #BBA77C

Tints of Pavlova #BBA77C

Color information

#BBA77C (or 0xBBA77C) is unknown color: approx Pavlova. HEX triplet: BB, A7 and 7C. RGB value is (187,167,124). Sum of RGB (Red+Green+Blue) = 187+167+124=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA77C is #445883. Grayscale: #A8A8A8. Windows color (decimal): -4479108 or 8169403. OLE color: 8169403.

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

Color convert

RGB187167124-
CMYK00.110.340.27
HSL40.95º31.66%60.98%-
HSV(B)40.95º33.69%73.33%-
XYZ37.9539.6624.72-
YUV168.08103.13141.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=39.12%
G=34.94%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716712400.110.340.2740.9531.6660.98
HexBBA77C0B221B29203d
Octal2732471740134233514075
Binary101110111010011111111000101110001011011101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA77C; }

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

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

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

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

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

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

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

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