#BBAD60

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

Shades of Gimblet #BBAD60

Tints of Gimblet #BBAD60

Color information

#BBAD60 (or 0xBBAD60) is unknown color: approx Gimblet. HEX triplet: BB, AD and 60. RGB value is (187,173,96). Sum of RGB (Red+Green+Blue) = 187+173+96=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD60 is #44529F. Grayscale: #A8A8A8. Windows color (decimal): -4477600 or 6335931. OLE color: 6335931.

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

Color convert

RGB18717396-
CMYK00.070.490.27
HSL50.77º40.09%55.49%-
HSV(B)50.77º48.66%73.33%-
XYZ37.5541.317.06-
YUV168.4187.14141.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=41.01%
G=37.94%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871739600.070.490.2750.7740.0955.49
HexBBAD6007311B332837
Octal273255140076133635067
Binary10111011101011011100000011111000111011110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD60; }

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

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

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

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

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

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

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

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