#BBB462

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

Shades of Gimblet #BBB462

Tints of Gimblet #BBB462

Color information

#BBB462 (or 0xBBB462) is unknown color: approx Gimblet. HEX triplet: BB, B4 and 62. RGB value is (187,180,98). Sum of RGB (Red+Green+Blue) = 187+180+98=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB462 is #444B9D. Grayscale: #ADADAD. Windows color (decimal): -4475806 or 6468795. OLE color: 6468795.

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

Color convert

RGB18718098-
CMYK00.040.480.27
HSL55.28º39.56%55.88%-
HSV(B)55.28º47.59%73.33%-
XYZ39.0244.0918.01-
YUV172.7485.82138.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=40.22%
G=38.71%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871809800.040.480.2755.2839.5655.88
HexBBB46204301B372838
Octal273264142046033675070
Binary10111011101101001100010010011000011011110111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB462; }

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

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

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

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

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

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

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

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