#BBB066

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

Shades of Gimblet #BBB066

Tints of Gimblet #BBB066

Color information

#BBB066 (or 0xBBB066) is unknown color: approx Gimblet. HEX triplet: BB, B0 and 66. RGB value is (187,176,102). Sum of RGB (Red+Green+Blue) = 187+176+102=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 102 (40.23% from 255 or 21.94% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB066 is #444F99. Grayscale: #ABABAB. Windows color (decimal): -4476826 or 6729915. OLE color: 6729915.

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

Color convert

RGB187176102-
CMYK00.060.450.27
HSL52.24º38.46%56.67%-
HSV(B)52.24º45.45%73.33%-
XYZ38.4242.5718.76-
YUV170.8589.14139.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 102 (40.23% from 255) = 21.94%
R=40.22%
G=37.85%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717610200.060.450.2752.2438.4656.67
HexBBB066062D1B342639
Octal273260146065533644671
Binary10111011101100001100110011010110111011110100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB066; }

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

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

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

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

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

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

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

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