#BBA65C

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

Shades of Gimblet #BBA65C

Tints of Gimblet #BBA65C

Color information

#BBA65C (or 0xBBA65C) is unknown color: approx Gimblet. HEX triplet: BB, A6 and 5C. RGB value is (187,166,92). Sum of RGB (Red+Green+Blue) = 187+166+92=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65C is #4459A3. Grayscale: #A4A4A4. Windows color (decimal): -4479396 or 6071995. OLE color: 6071995.

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

Color convert

RGB18716692-
CMYK00.110.510.27
HSL46.74º41.13%54.71%-
HSV(B)46.74º50.8%73.33%-
XYZ36.0638.6115.68-
YUV163.8487.46144.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=42.02%
G=37.30%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871669200.110.510.2746.7441.1354.71
HexBBA65C0B331B2f2937
Octal2732461340136333575167
Binary101110111010011010111000101111001111011101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA65C; }

 p { color: rgb(187,166,92); }

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

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

 a { background-color: rgb(187,166,92); }

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

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

 span { border-color: rgb(187,166,92); }

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