#BBB165

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

Shades of Gimblet #BBB165

Tints of Gimblet #BBB165

Color information

#BBB165 (or 0xBBB165) is unknown color: approx Gimblet. HEX triplet: BB, B1 and 65. RGB value is (187,177,101). Sum of RGB (Red+Green+Blue) = 187+177+101=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB165 is #444E9A. Grayscale: #ABABAB. Windows color (decimal): -4476571 or 6664635. OLE color: 6664635.

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

Color convert

RGB187177101-
CMYK00.050.460.27
HSL53.02º38.74%56.47%-
HSV(B)53.02º45.99%73.33%-
XYZ38.5642.9518.57-
YUV171.3388.31139.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 177 (69.53% from 255) = 38.06%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=40.22%
G=38.06%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717710100.050.460.2753.0238.7456.47
HexBBB165052E1B352738
Octal273261145055633654770
Binary10111011101100011100101010110111011011110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB165; }

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

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

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

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

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

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

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

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