#BBA767

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

Shades of Gimblet #BBA767

Tints of Gimblet #BBA767

Color information

#BBA767 (or 0xBBA767) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 67. RGB value is (187,167,103). Sum of RGB (Red+Green+Blue) = 187+167+103=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA767 is #445898. Grayscale: #A5A5A5. Windows color (decimal): -4479129 or 6793147. OLE color: 6793147.

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

Color convert

RGB187167103-
CMYK00.110.450.27
HSL45.71º38.18%56.86%-
HSV(B)45.71º44.92%73.33%-
XYZ36.7639.1818.46-
YUV165.6892.63143.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 103 (40.62% from 255) = 22.54%
R=40.92%
G=36.54%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716710300.110.450.2745.7138.1856.86
HexBBA7670B2D1B2e2639
Octal2732471470135533564671
Binary101110111010011111001110101110110111011101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA767; }

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

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

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

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

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

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

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

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