#BBA761

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

Shades of Gimblet #BBA761

Tints of Gimblet #BBA761

Color information

#BBA761 (or 0xBBA761) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 61. RGB value is (187,167,97). Sum of RGB (Red+Green+Blue) = 187+167+97=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA761 is #44589E. Grayscale: #A5A5A5. Windows color (decimal): -4479135 or 6399931. OLE color: 6399931.

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

Color convert

RGB18716797-
CMYK00.110.480.27
HSL46.67º39.82%55.69%-
HSV(B)46.67º48.13%73.33%-
XYZ36.4739.0716.93-
YUV16589.63143.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 167 (65.62% from 255) = 37.03%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=41.46%
G=37.03%
B=21.51%

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
Decimal1871679700.110.480.2746.6739.8255.69
HexBBA7610B301B2f2838
Octal2732471410136033575070
Binary101110111010011111000010101111000011011101111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA761; }

 p { color: rgb(187,167,97); }

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

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

 a { background-color: rgb(187,167,97); }

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

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

 span { border-color: rgb(187,167,97); }

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