#BBA560

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

Shades of Gimblet #BBA560

Tints of Gimblet #BBA560

Color information

#BBA560 (or 0xBBA560) is unknown color: approx Gimblet. HEX triplet: BB, A5 and 60. RGB value is (187,165,96). Sum of RGB (Red+Green+Blue) = 187+165+96=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA560 is #445A9F. Grayscale: #A4A4A4. Windows color (decimal): -4479648 or 6333883. OLE color: 6333883.

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

Color convert

RGB18716596-
CMYK00.120.490.27
HSL45.49º40.09%55.49%-
HSV(B)45.49º48.66%73.33%-
XYZ36.0638.3216.56-
YUV163.7189.79144.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 165 (64.84% from 255) = 36.83%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=41.74%
G=36.83%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871659600.120.490.2745.4940.0955.49
HexBBA5600C311B2d2837
Octal2732451400146133555067
Binary101110111010010111000000110011000111011101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA560; }

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

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

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

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

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

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

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

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