#BBAD63

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

Shades of Gimblet #BBAD63

Tints of Gimblet #BBAD63

Color information

#BBAD63 (or 0xBBAD63) is unknown color: approx Gimblet. HEX triplet: BB, AD and 63. RGB value is (187,173,99). Sum of RGB (Red+Green+Blue) = 187+173+99=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD63 is #44529C. Grayscale: #A9A9A9. Windows color (decimal): -4477597 or 6532539. OLE color: 6532539.

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

Color convert

RGB18717399-
CMYK00.070.470.27
HSL50.45º39.29%56.08%-
HSV(B)50.45º47.06%73.33%-
XYZ37.6941.3517.8-
YUV168.7588.64141.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=40.74%
G=37.69%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871739900.070.470.2750.4539.2956.08
HexBBAD63072F1B322738
Octal273255143075733624770
Binary10111011101011011100011011110111111011110010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD63; }

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

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

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

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

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

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

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

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