#BBAB63

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

Shades of Gimblet #BBAB63

Tints of Gimblet #BBAB63

Color information

#BBAB63 (or 0xBBAB63) is unknown color: approx Gimblet. HEX triplet: BB, AB and 63. RGB value is (187,171,99). Sum of RGB (Red+Green+Blue) = 187+171+99=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB63 is #44549C. Grayscale: #A7A7A7. Windows color (decimal): -4478109 or 6532027. OLE color: 6532027.

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

Color convert

RGB18717199-
CMYK00.090.470.27
HSL49.09º39.29%56.08%-
HSV(B)49.09º47.06%73.33%-
XYZ37.3140.5917.67-
YUV167.5889.3141.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 99 (39.06% from 255) = 21.66%
R=40.92%
G=37.42%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871719900.090.470.2749.0939.2956.08
HexBBAB63092F1B312738
Octal2732531430115733614770
Binary101110111010101111000110100110111111011110001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB63; }

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

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

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

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

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

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

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

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