#BBB363

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

Shades of Gimblet #BBB363

Tints of Gimblet #BBB363

Color information

#BBB363 (or 0xBBB363) is unknown color: approx Gimblet. HEX triplet: BB, B3 and 63. RGB value is (187,179,99). Sum of RGB (Red+Green+Blue) = 187+179+99=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB363 is #444C9C. Grayscale: #ACACAC. Windows color (decimal): -4476061 or 6534075. OLE color: 6534075.

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

Color convert

RGB18717999-
CMYK00.040.470.27
HSL54.55º39.29%56.08%-
HSV(B)54.55º47.06%73.33%-
XYZ38.8743.7118.19-
YUV172.2786.65138.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=40.22%
G=38.49%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871799900.040.470.2754.5539.2956.08
HexBBB363042F1B372738
Octal273263143045733674770
Binary10111011101100111100011010010111111011110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB363; }

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

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

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

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

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

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

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

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