#BBA765

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

Shades of Gimblet #BBA765

Tints of Gimblet #BBA765

Color information

#BBA765 (or 0xBBA765) is unknown color: approx Gimblet. HEX triplet: BB, A7 and 65. RGB value is (187,167,101). Sum of RGB (Red+Green+Blue) = 187+167+101=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA765 is #44589A. Grayscale: #A5A5A5. Windows color (decimal): -4479131 or 6662075. OLE color: 6662075.

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

Color convert

RGB187167101-
CMYK00.110.460.27
HSL46.05º38.74%56.47%-
HSV(B)46.05º45.99%73.33%-
XYZ36.6639.1417.93-
YUV165.4691.63143.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 101 (39.84% from 255) = 22.20%
R=41.10%
G=36.70%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716710100.110.460.2746.0538.7456.47
HexBBA7650B2E1B2e2738
Octal2732471450135633564770
Binary101110111010011111001010101110111011011101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA765; }

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

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

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

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

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

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

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

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