#BBB15C

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

Shades of Gimblet #BBB15C

Tints of Gimblet #BBB15C

Color information

#BBB15C (or 0xBBB15C) is unknown color: approx Gimblet. HEX triplet: BB, B1 and 5C. RGB value is (187,177,92). Sum of RGB (Red+Green+Blue) = 187+177+92=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB15C is #444EA3. Grayscale: #AAAAAA. Windows color (decimal): -4476580 or 6074811. OLE color: 6074811.

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

Color convert

RGB18717792-
CMYK00.050.510.27
HSL53.68º41.13%54.71%-
HSV(B)53.68º50.8%73.33%-
XYZ38.1542.7816.37-
YUV170.383.81139.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=41.01%
G=38.82%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871779200.050.510.2753.6841.1354.71
HexBBB15C05331B362937
Octal273261134056333665167
Binary10111011101100011011100010111001111011110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB15C; }

 p { color: rgb(187,177,92); }

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

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

 a { background-color: rgb(187,177,92); }

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

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

 span { border-color: rgb(187,177,92); }

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