#BBAD62

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

Shades of Gimblet #BBAD62

Tints of Gimblet #BBAD62

Color information

#BBAD62 (or 0xBBAD62) is unknown color: approx Gimblet. HEX triplet: BB, AD and 62. RGB value is (187,173,98). Sum of RGB (Red+Green+Blue) = 187+173+98=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD62 is #44529D. Grayscale: #A8A8A8. Windows color (decimal): -4477598 or 6467003. OLE color: 6467003.

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

Color convert

RGB18717398-
CMYK00.070.480.27
HSL50.56º39.56%55.88%-
HSV(B)50.56º47.59%73.33%-
XYZ37.6441.3317.55-
YUV168.6488.14141.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=40.83%
G=37.77%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871739800.070.480.2750.5639.5655.88
HexBBAD6207301B332838
Octal273255142076033635070
Binary10111011101011011100010011111000011011110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD62; }

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

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

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

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

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

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

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

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