#BBA864

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

Shades of Gimblet #BBA864

Tints of Gimblet #BBA864

Color information

#BBA864 (or 0xBBA864) is unknown color: approx Gimblet. HEX triplet: BB, A8 and 64. RGB value is (187,168,100). Sum of RGB (Red+Green+Blue) = 187+168+100=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA864 is #44579B. Grayscale: #A6A6A6. Windows color (decimal): -4478876 or 6596795. OLE color: 6596795.

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

Color convert

RGB187168100-
CMYK00.100.470.27
HSL46.9º39.01%56.27%-
HSV(B)46.9º46.52%73.33%-
XYZ36.839.4917.74-
YUV165.9390.79143.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=41.10%
G=36.92%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716810000.100.470.2746.939.0156.27
HexBBA8640A2F1B2f2738
Octal2732501440125733574770
Binary101110111010100011001000101010111111011101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA864; }

 p { color: rgb(187,168,100); }

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

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

 a { background-color: rgb(187,168,100); }

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

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

 span { border-color: rgb(187,168,100); }

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