#BBAC62

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

Shades of Gimblet #BBAC62

Tints of Gimblet #BBAC62

Color information

#BBAC62 (or 0xBBAC62) is unknown color: approx Gimblet. HEX triplet: BB, AC and 62. RGB value is (187,172,98). Sum of RGB (Red+Green+Blue) = 187+172+98=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC62 is #44539D. Grayscale: #A8A8A8. Windows color (decimal): -4477854 or 6466747. OLE color: 6466747.

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

Color convert

RGB18717298-
CMYK00.080.480.27
HSL49.89º39.56%55.88%-
HSV(B)49.89º47.59%73.33%-
XYZ37.4540.9517.49-
YUV168.0588.47141.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=40.92%
G=37.64%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871729800.080.480.2749.8939.5655.88
HexBBAC6208301B322838
Octal2732541420106033625070
Binary101110111010110011000100100011000011011110010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC62; }

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

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

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

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

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

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

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

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