#BBA867

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

Shades of Gimblet #BBA867

Tints of Gimblet #BBA867

Color information

#BBA867 (or 0xBBA867) is unknown color: approx Gimblet. HEX triplet: BB, A8 and 67. RGB value is (187,168,103). Sum of RGB (Red+Green+Blue) = 187+168+103=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA867 is #445798. Grayscale: #A6A6A6. Windows color (decimal): -4478873 or 6793403. OLE color: 6793403.

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

Color convert

RGB187168103-
CMYK00.100.450.27
HSL46.43º38.18%56.86%-
HSV(B)46.43º44.92%73.33%-
XYZ36.9439.5518.52-
YUV166.2792.29142.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 168 (66.02% from 255) = 36.68%
BLUE value IS 103 (40.62% from 255) = 22.49%
R=40.83%
G=36.68%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716810300.100.450.2746.4338.1856.86
HexBBA8670A2D1B2e2639
Octal2732501470125533564671
Binary101110111010100011001110101010110111011101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA867; }

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

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

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

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

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

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

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

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