#BBB164

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

Shades of Gimblet #BBB164

Tints of Gimblet #BBB164

Color information

#BBB164 (or 0xBBB164) is unknown color: approx Gimblet. HEX triplet: BB, B1 and 64. RGB value is (187,177,100). Sum of RGB (Red+Green+Blue) = 187+177+100=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB164 is #444E9B. Grayscale: #ABABAB. Windows color (decimal): -4476572 or 6599099. OLE color: 6599099.

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

Color convert

RGB187177100-
CMYK00.050.470.27
HSL53.1º39.01%56.27%-
HSV(B)53.1º46.52%73.33%-
XYZ38.5242.9318.31-
YUV171.2187.81139.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 100 (39.45% from 255) = 21.55%
R=40.30%
G=38.15%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717710000.050.470.2753.139.0156.27
HexBBB164052F1B352738
Octal273261144055733654770
Binary10111011101100011100100010110111111011110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB164; }

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

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

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

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

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

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

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

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