#BBA76A

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

Shades of Gimblet #BBA76A

Tints of Gimblet #BBA76A

Color information

#BBA76A (or 0xBBA76A) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 6A. RGB value is (187,167,106). Sum of RGB (Red+Green+Blue) = 187+167+106=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA76A is #445895. Grayscale: #A6A6A6. Windows color (decimal): -4479126 or 6989755. OLE color: 6989755.

HSL color Cylindrical-coordinate representation of color #BBA76A: hue angle of 45.19º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBA76A is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187167106-
CMYK00.110.430.27
HSL45.19º37.33%57.45%-
HSV(B)45.19º43.32%73.33%-
XYZ36.9139.2419.26-
YUV166.0394.13142.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 167 (65.62% from 255) = 36.30%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=40.65%
G=36.30%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716710600.110.430.2745.1937.3357.45
HexBBA76A0B2B1B2d2539
Octal2732471520135333554571
Binary101110111010011111010100101110101111011101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA76A; }

 p { color: rgb(187,167,106); }

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

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

 a { background-color: rgb(187,167,106); }

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

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

 span { border-color: rgb(187,167,106); }

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