#BBB361

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

Shades of Gimblet #BBB361

Tints of Gimblet #BBB361

Color information

#BBB361 (or 0xBBB361) is unknown color: approx Gimblet. HEX triplet: BB, B3 and 61. RGB value is (187,179,97). Sum of RGB (Red+Green+Blue) = 187+179+97=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB361 is #444C9E. Grayscale: #ACACAC. Windows color (decimal): -4476063 or 6403003. OLE color: 6403003.

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

Color convert

RGB18717997-
CMYK00.040.480.27
HSL54.67º39.82%55.69%-
HSV(B)54.67º48.13%73.33%-
XYZ38.7743.6717.69-
YUV172.0485.65138.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=40.39%
G=38.66%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871799700.040.480.2754.6739.8255.69
HexBBB36104301B372838
Octal273263141046033675070
Binary10111011101100111100001010011000011011110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB361; }

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

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

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

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

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

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

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

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