#BBB260

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

Shades of Gimblet #BBB260

Tints of Gimblet #BBB260

Color information

#BBB260 (or 0xBBB260) is unknown color: approx Gimblet. HEX triplet: BB, B2 and 60. RGB value is (187,178,96). Sum of RGB (Red+Green+Blue) = 187+178+96=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB260 is #444D9F. Grayscale: #ABABAB. Windows color (decimal): -4476320 or 6337211. OLE color: 6337211.

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

Color convert

RGB18717896-
CMYK00.050.490.27
HSL54.07º40.09%55.49%-
HSV(B)54.07º48.66%73.33%-
XYZ38.5343.2517.38-
YUV171.3485.48139.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=40.56%
G=38.61%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871789600.050.490.2754.0740.0955.49
HexBBB26005311B362837
Octal273262140056133665067
Binary10111011101100101100000010111000111011110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB260; }

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

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

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

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

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

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

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

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