#BBB162

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

Shades of Gimblet #BBB162

Tints of Gimblet #BBB162

Color information

#BBB162 (or 0xBBB162) is unknown color: approx Gimblet. HEX triplet: BB, B1 and 62. RGB value is (187,177,98). Sum of RGB (Red+Green+Blue) = 187+177+98=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB162 is #444E9D. Grayscale: #ABABAB. Windows color (decimal): -4476574 or 6468027. OLE color: 6468027.

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

Color convert

RGB18717798-
CMYK00.050.480.27
HSL53.26º39.56%55.88%-
HSV(B)53.26º47.59%73.33%-
XYZ38.4242.8917.81-
YUV170.9886.81139.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=40.48%
G=38.31%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871779800.050.480.2753.2639.5655.88
HexBBB16205301B352838
Octal273261142056033655070
Binary10111011101100011100010010111000011011110101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB162; }

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

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

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

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

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

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

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

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