#BBA479

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

Shades of Pavlova #BBA479

Tints of Pavlova #BBA479

Color information

#BBA479 (or 0xBBA479) is unknown color: approx Pavlova. HEX triplet: BB, A4 and 79. RGB value is (187,164,121). Sum of RGB (Red+Green+Blue) = 187+164+121=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA479 is #445B86. Grayscale: #A6A6A6. Windows color (decimal): -4479879 or 7972027. OLE color: 7972027.

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

Color convert

RGB187164121-
CMYK00.120.350.27
HSL39.09º32.67%60.39%-
HSV(B)39.09º35.29%73.33%-
XYZ37.2238.523.56-
YUV165.98102.62143-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 164 (64.45% from 255) = 34.75%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=39.62%
G=34.75%
B=25.64%

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
Decimal18716412100.120.350.2739.0932.6760.39
HexBBA4790C231B27213c
Octal2732441710144333474174
Binary101110111010010011110010110010001111011100111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA479; }

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

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

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

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

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

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

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

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