#BBA680

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

Shades of Pavlova #BBA680

Tints of Pavlova #BBA680

Color information

#BBA680 (or 0xBBA680) is unknown color: approx Pavlova. HEX triplet: BB, A6 and 80. RGB value is (187,166,128). Sum of RGB (Red+Green+Blue) = 187+166+128=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA680 is #44597F. Grayscale: #A8A8A8. Windows color (decimal): -4479360 or 8431291. OLE color: 8431291.

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

Color convert

RGB187166128-
CMYK00.110.320.27
HSL38.64º30.26%61.76%-
HSV(B)38.64º31.55%73.33%-
XYZ38.0339.426.02-
YUV167.95105.46141.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=38.88%
G=34.51%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716612800.110.320.2738.6430.2661.76
HexBBA6800B201B271e3e
Octal2732462000134033473676
Binary101110111010011010000000010111000001101110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA680; }

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

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

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

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

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

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

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

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