#BBA662

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

Shades of Gimblet #BBA662

Tints of Gimblet #BBA662

Color information

#BBA662 (or 0xBBA662) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 62. RGB value is (187,166,98). Sum of RGB (Red+Green+Blue) = 187+166+98=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA662 is #44599D. Grayscale: #A4A4A4. Windows color (decimal): -4479390 or 6465211. OLE color: 6465211.

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

Color convert

RGB18716698-
CMYK00.110.480.27
HSL45.84º39.56%55.88%-
HSV(B)45.84º47.59%73.33%-
XYZ36.3338.7217.11-
YUV164.5390.46144.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=41.46%
G=36.81%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871669800.110.480.2745.8439.5655.88
HexBBA6620B301B2e2838
Octal2732461420136033565070
Binary101110111010011011000100101111000011011101110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA662; }

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

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

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

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

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

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

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

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