#BBA480

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

Shades of Pavlova #BBA480

Tints of Pavlova #BBA480

Color information

#BBA480 (or 0xBBA480) is unknown color: approx Pavlova. HEX triplet: BB, A4 and 80. RGB value is (187,164,128). Sum of RGB (Red+Green+Blue) = 187+164+128=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA480 is #445B7F. Grayscale: #A6A6A6. Windows color (decimal): -4479872 or 8430779. OLE color: 8430779.

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

Color convert

RGB187164128-
CMYK00.120.320.27
HSL36.61º30.26%61.76%-
HSV(B)36.61º31.55%73.33%-
XYZ37.6738.6725.9-
YUV166.77106.12142.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=39.04%
G=34.24%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716412800.120.320.2736.6130.2661.76
HexBBA4800C201B251e3e
Octal2732442000144033453676
Binary101110111010010010000000011001000001101110010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA480; }

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

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

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

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

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

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

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

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