#BBAD5B

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

Shades of Gimblet #BBAD5B

Tints of Gimblet #BBAD5B

Color information

#BBAD5B (or 0xBBAD5B) is unknown color: approx Gimblet. HEX triplet: BB, AD and 5B. RGB value is (187,173,91). Sum of RGB (Red+Green+Blue) = 187+173+91=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD5B is #4452A4. Grayscale: #A8A8A8. Windows color (decimal): -4477605 or 6008251. OLE color: 6008251.

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

Color convert

RGB18717391-
CMYK00.070.510.27
HSL51.25º41.38%54.51%-
HSV(B)51.25º51.34%73.33%-
XYZ37.3341.2115.88-
YUV167.8484.64141.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 173 (67.97% from 255) = 38.36%
BLUE value IS 91 (35.94% from 255) = 20.18%
R=41.46%
G=38.36%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871739100.070.510.2751.2541.3854.51
HexBBAD5B07331B332937
Octal273255133076333635167
Binary10111011101011011011011011111001111011110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD5B; }

 p { color: rgb(187,173,91); }

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

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

 a { background-color: rgb(187,173,91); }

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

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

 span { border-color: rgb(187,173,91); }

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