#BBA579

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

Shades of Pavlova #BBA579

Tints of Pavlova #BBA579

Color information

#BBA579 (or 0xBBA579) is unknown color: approx Pavlova. HEX triplet: BB, A5 and 79. RGB value is (187,165,121). Sum of RGB (Red+Green+Blue) = 187+165+121=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA579 is #445A86. Grayscale: #A6A6A6. Windows color (decimal): -4479623 or 7972283. OLE color: 7972283.

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

Color convert

RGB187165121-
CMYK00.120.350.27
HSL40º32.67%60.39%-
HSV(B)40º35.29%73.33%-
XYZ37.438.8623.62-
YUV166.56102.29142.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=39.53%
G=34.88%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716512100.120.350.274032.6760.39
HexBBA5790C231B28213c
Octal2732451710144333504174
Binary101110111010010111110010110010001111011101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA579; }

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

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

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

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

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

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

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

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