#BBB161

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

Shades of Gimblet #BBB161

Tints of Gimblet #BBB161

Color information

#BBB161 (or 0xBBB161) is unknown color: approx Gimblet. HEX triplet: BB, B1 and 61. RGB value is (187,177,97). Sum of RGB (Red+Green+Blue) = 187+177+97=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB161 is #444E9E. Grayscale: #ABABAB. Windows color (decimal): -4476575 or 6402491. OLE color: 6402491.

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

Color convert

RGB18717797-
CMYK00.050.480.27
HSL53.33º39.82%55.69%-
HSV(B)53.33º48.13%73.33%-
XYZ38.3742.8717.56-
YUV170.8786.31139.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=40.56%
G=38.39%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871779700.050.480.2753.3339.8255.69
HexBBB16105301B352838
Octal273261141056033655070
Binary10111011101100011100001010111000011011110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB161; }

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

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

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

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

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

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

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

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