#BBB060

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

Shades of Gimblet #BBB060

Tints of Gimblet #BBB060

Color information

#BBB060 (or 0xBBB060) is unknown color: approx Gimblet. HEX triplet: BB, B0 and 60. RGB value is (187,176,96). Sum of RGB (Red+Green+Blue) = 187+176+96=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB060 is #444F9F. Grayscale: #AAAAAA. Windows color (decimal): -4476832 or 6336699. OLE color: 6336699.

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

Color convert

RGB18717696-
CMYK00.060.490.27
HSL52.75º40.09%55.49%-
HSV(B)52.75º48.66%73.33%-
XYZ38.1342.4617.25-
YUV170.1786.14140-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=40.74%
G=38.34%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871769600.060.490.2752.7540.0955.49
HexBBB06006311B352837
Octal273260140066133655067
Binary10111011101100001100000011011000111011110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB060; }

 p { color: rgb(187,176,96); }

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

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

 a { background-color: rgb(187,176,96); }

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

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

 span { border-color: rgb(187,176,96); }

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