#BBAD65

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

Shades of Gimblet #BBAD65

Tints of Gimblet #BBAD65

Color information

#BBAD65 (or 0xBBAD65) is unknown color: approx Gimblet. HEX triplet: BB, AD and 65. RGB value is (187,173,101). Sum of RGB (Red+Green+Blue) = 187+173+101=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD65 is #44529A. Grayscale: #A9A9A9. Windows color (decimal): -4477595 or 6663611. OLE color: 6663611.

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

Color convert

RGB187173101-
CMYK00.070.460.27
HSL50.23º38.74%56.47%-
HSV(B)50.23º45.99%73.33%-
XYZ37.7941.3918.31-
YUV168.9889.64140.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=40.56%
G=37.53%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717310100.070.460.2750.2338.7456.47
HexBBAD65072E1B322738
Octal273255145075633624770
Binary10111011101011011100101011110111011011110010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD65; }

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

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

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

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

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

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

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

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